From 49120f48474fc8fdc2448c75d961bc238213cfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 14:34:32 +0200 Subject: New upstream version 0.28.2 --- meson_options.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..0bcab8b --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,7 @@ +option('enable-unity-support', type: 'boolean', value : 'false', description: 'Enable Ubuntu Unity support') +option('publishers', type: 'string', value : 'facebook,flickr,picasa,piwigo,youtube,gallery3,tumblr', description: 'The list of publishing plugins to build') +option('enable-extra-plugins', type : 'boolean', value : 'true', description: 'Enable building and installation of extra publishing plugins') +option('trace', type: 'string', value : '', description: 'Enable various trace options (available: dtors, import, md5, metadata-writer, monitoring, pixbuf-cache, reflow, reflow-items)') +option('measure', type: 'string', value : '', description : 'Enable various timing measurements(available : enhance, import, pipeline, view-filtering, thumbnail-cache)') +option('disable-dupe-detection', type: 'boolean', value : 'false', description: 'Disable duplicate checks') +option('install-apport-hook', type : 'boolean', value : 'true', description: 'Enable Ubuntu apport hook') -- cgit v1.2.3