From 5303f650e34763817d7eeb1d3ba774bdec3e1a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Feb 2024 17:32:07 +0100 Subject: New upstream version 0.32.6 --- meson_options.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meson_options.txt') 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: '') -- cgit v1.2.3