nautilus/meson_options.txt

17 lines
468 B
Meson
Raw Normal View History

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'
)