[shotwell] Remove Rajce and Yandex no longer build by default



commit f8d28561a4f4f1fff263dee71c354105852ff1f2
Author: Jens Georg <mail jensge org>
Date:   Fri Sep 22 22:26:10 2017 +0200

    Remove Rajce and Yandex no longer build by default
    
    Both are not working any longer

 configure.ac      |    2 +-
 meson_options.txt |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ec5846b..873885a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,7 +180,7 @@ dnl ***********************************************************************
 dnl Publishers
 dnl ***********************************************************************
 
-m4_define(ALL_PUBLISHERS, [facebook, flickr, picasa, piwigo, youtube, gallery3, rajce, tumblr, yandex])
+m4_define(ALL_PUBLISHERS, [facebook, flickr, picasa, piwigo, youtube, gallery3, tumblr])
 AC_ARG_ENABLE([publishers],
             AS_HELP_STRING([--enable-publishers=@<:@list-of-publishers or all@:>@],
                            [A comma-separated list of publishers from ALL_PUBLISHERS]),
diff --git a/meson_options.txt b/meson_options.txt
index ba11c1c..0bcab8b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,5 @@
 option('enable-unity-support', type: 'boolean', value : 'false', description: 'Enable Ubuntu Unity support')
-option('publishers', type: 'string', value : 
'facebook,flickr,picasa,piwigo,youtube,gallery3,rajce,tumblr,yandex', description: 'The list of publishing 
plugins to build')
+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)')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]