[gnome-maps/wip/nielsdg/build-folks-with-meson] flatpak: Build folks with meson



commit 0612688bc442574c8f0b72b32215e14c39c76d79
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Apr 17 08:37:35 2019 +0200

    flatpak: Build folks with meson
    
    Folks recently gained support for the Meson build system, so use that
    instead of autotools. This should make the build faster and more
    future-proof (since the autotools build might not survive for long).

 org.gnome.Maps.json | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/org.gnome.Maps.json b/org.gnome.Maps.json
index 3395f1e..7336cff 100644
--- a/org.gnome.Maps.json
+++ b/org.gnome.Maps.json
@@ -157,15 +157,14 @@
         },
         {
             "name" : "folks",
+            "buildsystem": "meson",
             "cleanup" : [
-                "/bin",
-                "/share/GConf"
+                "/bin"
             ],
             "config-opts" : [
-                "--disable-telepathy-backend",
-                "--disable-ofono-backend",
-                "--disable-bluez-backend",
-                "--disable-fatal-warnings"
+                "-Dtelepathy_backend=false",
+                "-Dofono_backend=false",
+                "-Dbluez_backend=false"
             ],
             "sources" : [
                 {
@@ -217,4 +216,4 @@
             ]
         }
     ]
-}
\ No newline at end of file
+}


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