summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 072b4549c91106beac9c7173dd9b4e6aced47aee (plain)
1
2
3
4
5
6
7
option('docs', type: 'boolean', value: false)
option('profiling', type: 'boolean', value: false)
option('extensions', type: 'boolean', value: true)
option('packagekit', type: 'boolean', value: true)
option('selinux', type: 'boolean', value: false)
option('tests', type: 'combo', choices: ['none', 'headless', 'all'], value: 'headless')
option('profile', type : 'string', value : '', description : 'Profile to be used as app id')