[gnome-apps-nightly] Bijiben: Fix building e-d-s



commit 44b0efa0f6304f457c725b904037f263ba0bfccd
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Thu Dec 8 15:03:34 2016 +0100

    Bijiben: Fix building e-d-s
    
    e-d-s now uses cmake, this commit gets it to build with the same options
    as in org.gnome.Calendar.json

 org.gnome.bijiben.json |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.bijiben.json b/org.gnome.bijiben.json
index d848657..90bb7dd 100644
--- a/org.gnome.bijiben.json
+++ b/org.gnome.bijiben.json
@@ -66,9 +66,26 @@
         },
         {
             "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"
+            ],
+            "cmake": true,
+            "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"
+            ],
             "sources": [
                 {
                     "type": "git",


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