summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 9d514eb76b4d97b4106d038704ec2216a7f56656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: 'combo',
  choices: [
    'default',
    'stable-flatpak',
    'development'
  ],
  value: 'default'
)