summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 9d1a5dd6efe0f7fa56f7d200e74a14b8959dd105 (plain)
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')