diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-02-22 17:32:07 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-02-22 17:32:07 +0100 |
commit | 5303f650e34763817d7eeb1d3ba774bdec3e1a38 (patch) | |
tree | 8ad5028940b931abe0eee441e12357f970c656de /meson_options.txt | |
parent | f5a0cee8ccecc7b6c6c2d8e9fb6f6eecd53531fe (diff) |
New upstream version 0.32.6upstream/0.32.6
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt index 56df7ae..e4a6528 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,12 +1,12 @@ -option('unity_support', type: 'boolean', value : 'false', description: 'Enable Ubuntu Unity support') +option('unity_support', type: 'boolean', value : false, description: 'Enable Ubuntu Unity support') option('publishers', type: 'array', choices: ['flickr','googlephotos','piwigo','youtube','gallery3','tumblr'], value : ['flickr','googlephotos','piwigo','youtube','gallery3','tumblr'], description: 'The list of publishing plugins to build') option('trace', type: 'array', choices: ['dtors', 'import', 'md5', 'metadata-writer', 'monitoring', 'pixbuf-cache', 'reflow', 'reflow-items'], value : [], description: 'Enable various trace options') option('measure', type: 'array', choices: ['enhance', 'import', 'pipeline', 'view-filtering', 'thumbnail-cache'], value : [], description : 'Enable various timing measurements') -option('dupe_detection', type: 'boolean', value : 'true', description: 'Disable duplicate checks') -option('udev', type: 'boolean', value : 'true', description: 'Enable or disable udev support') -option('install_apport_hook', type : 'boolean', value : 'true', description: 'Enable Ubuntu apport hook') +option('dupe_detection', type: 'boolean', value : true, description: 'Disable duplicate checks') +option('udev', type: 'boolean', value : true, description: 'Enable or disable udev support') +option('install_apport_hook', type : 'boolean', value : true, description: 'Enable Ubuntu apport hook') option('face_detection', type:'boolean', value:false, description: 'Enable face detection and recognition features') -option('face_detection_helper', type : 'boolean', value : 'true', description : 'If face-detection is enabled, build the external helper tool') +option('face_detection_helper', type : 'boolean', value : true, description : 'If face-detection is enabled, build the external helper tool') option('face_detection_helper_bus', type:'combo', choices: ['private', 'session'], value : 'private', description: 'Which DBus bus to use for external helper tool') option('fatal_warnings', type:'boolean', value:false) option('extra_pixbuf_loaders_path', type:'string', value: '') |