mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
510a8303dd
This can help cut down on link times a bit when working on things.
6 lines
336 B
Meson
6 lines
336 B
Meson
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')
|