Blame meson_options.txt

Packit a189e0
option('docs', type: 'boolean', value: false)
Packit a189e0
option('profiling', type: 'boolean', value: false)
Packit a189e0
option('extensions', type: 'boolean', value: true)
Packit a189e0
option('packagekit', type: 'boolean', value: true)
Packit a189e0
option('selinux', type: 'boolean', value: false)
Packit a189e0
option('tests', type: 'combo', choices: ['none', 'headless', 'all'], value: 'headless')
Packit a189e0
option(
Packit a189e0
  'profile',
Packit a189e0
  type: 'combo',
Packit a189e0
  choices: [
Packit a189e0
    'default',
Packit a189e0
    'stable-flatpak',
Packit a189e0
    'development'
Packit a189e0
  ],
Packit a189e0
  value: 'default'
Packit a189e0
)