summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 53a03eaaa1b6ffb23a961716c2e897a494af6a83 (plain)
1
2
3
4
5
6
7
option('gtk4', type : 'boolean', value : true, description : 'Build Gtk4 library')
option('gtk2', type : 'boolean', value : false, description : 'Build Gtk2 library')
option('introspection', type : 'boolean', value : true, description : 'Build gobject-introspection typelib files')
option('vapi', type : 'boolean', value : false, description : 'Build vala bindings')
option('tests', type : 'boolean', value : true, description : 'Build self tests')
option('man', type : 'boolean', value : true, description : 'Generate man pages')
option('docs', type : 'boolean', value : true, description : 'Generate documentation')