Codebase list gnome-dictionary / 4a385060-48a6-469d-a729-8b6c7d464ef0/main meson_options.txt
4a385060-48a6-469d-a729-8b6c7d464ef0/main

Tree @4a385060-48a6-469d-a729-8b6c7d464ef0/main (Download .tar.gz)

meson_options.txt @4a385060-48a6-469d-a729-8b6c7d464ef0/mainraw · history · blame

1
2
3
option('use_ipv6', type: 'boolean', value: true, description: 'Enable IPv6 support')
option('build_man', type: 'boolean', value: true, description: 'Generate man page (requires xsltproc)')
option('profile', type: 'combo', choices: ['stable', 'devel'], value: 'stable', description: 'The build profile')