summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: cec67b78ec9095040934e68d80c1e0b03546d967 (plain)
1
2
3
4
5
6
7
8
9
10
option('gladeui', type: 'boolean', value: false, description: 'enable installation of the Gladeui catalog')
option('gjs', type: 'feature', value: 'auto', description: 'enable installation of GJS (JavaScript) catalog')
option('python', type: 'feature', value: 'auto', description: 'enable installation of the python catalog')
option('webkit2gtk', type: 'feature', value: 'auto', description: 'enable installation of the webkit2gtk catalog')

option('mac_bundle', type: 'boolean', value: false, description: 'enable mac bundling')

option('gtk_doc', type: 'boolean', value: false, description: 'build GTK Doc reference')
option('introspection', type: 'boolean', value: true, description: 'build introspection support')
option('man', type: 'boolean', value: true, description: 'build manual pages')