summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: ddfd18767ab6c915e85e5e568fb7ca6cd16460e8 (plain)
1
2
3
4
5
option('tests', type: 'boolean', value: false, description: 'Build tests')
option('introspection', type: 'boolean', value: true, description: 'Enable introspection for this build')

option('gtk_doc', type: 'boolean', value: true, description: 'use gtk-doc to build documentation')
option('man', type: 'boolean', value: true, description: 'build manual pages')