[gnome-apps-nightly] Maps: implement cmake support for e-d-s



commit d546de891d13787891450def2ab5a3e622b4e6a5
Author: Christian Hergert <chergert redhat com>
Date:   Wed Nov 30 18:30:55 2016 -0800

    Maps: implement cmake support for e-d-s

 org.gnome.Maps.json |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Maps.json b/org.gnome.Maps.json
index 865845d..fb57a4b 100644
--- a/org.gnome.Maps.json
+++ b/org.gnome.Maps.json
@@ -105,8 +105,25 @@
         },
         {
             "name": "evolution-data-server",
-            "cleanup": ["/lib/evolution-data-server/*-backends", "/libexec", "/share/dbus-1/services" ],
-            "config-opts": ["--disable-gtk", "--disable-google-auth", "--disable-uoa", "--disable-google", 
"--enable-vala-bindings" ],
+            "cleanup": [
+                "/lib/cmake",
+                "/lib/evolution-data-server/*-backends",
+                "/libexec",
+                "/share/dbus-1/services"
+           ],
+            "config-opts": [
+                "-DENABLE_GTK=OFF",
+                "-DENABLE_GOOGLE_AUTH=OFF",
+                "-DENABLE_UOA=OFF",
+                "-DENABLE_GOOGLE=OFF",
+                "-DENABLE_VALA_BINDINGS=ON",
+                "-DWITH_OPENLDAP=OFF",
+                "-DENABLE_INTROSPECTION=ON",
+                "-DENABLE_INSTALLED_TESTS=OFF",
+                "-DENABLE_GTK_DOC=OFF",
+                "-DENABLE_EXAMPLES=OFF"
+            ],
+            "cmake": true,
             "sources": [
                 {
                     "type": "git",


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