[gnome-apps-nightly] Todo: update for cmake based e-d-s



commit 29cf6f989d7865f07b8df38219d576cebfa3d998
Author: Christian Hergert <chergert redhat com>
Date:   Wed Nov 30 19:22:35 2016 -0800

    Todo: update for cmake based e-d-s

 org.gnome.Todo.json |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Todo.json b/org.gnome.Todo.json
index 720871b..e970c1c 100644
--- a/org.gnome.Todo.json
+++ b/org.gnome.Todo.json
@@ -62,9 +62,25 @@
         },
         {
             "name": "evolution-data-server",
-            "cleanup": ["/lib/evolution-data-server/*-backends", "/libexec", "/share/dbus-1/services" ],
-            "config-opts": ["--disable-google-auth",
-                            "--disable-uoa", "--disable-google", "--disable-weather" ],
+            "cleanup": [
+                "/lib/cmake",
+                "/lib/evolution-data-server/*-backends",
+                "/libexec",
+                "/share/dbus-1/services"
+           ],
+            "config-opts": [
+                "-DENABLE_GTK=ON",
+                "-DENABLE_GOOGLE_AUTH=OFF",
+                "-DENABLE_UOA=OFF",
+                "-DENABLE_GOOGLE=OFF",
+                "-DENABLE_VALA_BINDINGS=ON",
+                "-DENABLE_WEATHER=OFF",
+                "-DWITH_OPENLDAP=OFF",
+                "-DENABLE_INTROSPECTION=ON",
+                "-DENABLE_INSTALLED_TESTS=OFF",
+                "-DENABLE_GTK_DOC=OFF",
+                "-DENABLE_EXAMPLES=OFF"
+            ],
             "cmake": true,
             "sources": [
                 {


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