mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
6934578ebf
Now that the image property page is an extension, both extensions can be held under the same subdirectory. This commit also makes the image property extension optional.
6 lines
303 B
Meson
6 lines
303 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('display-tests', type: 'boolean', value: false)
|