[polari] flatpak: Use meson to build telepathy-idle



commit fe14f4358dd0676b66b151d31bbec86bdeb2dc8c
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Jul 23 04:10:20 2021 +0200

    flatpak: Use meson to build telepathy-idle
    
    The fewer modules that use autotools the better ...
    
    https://gitlab.gnome.org/GNOME/polari/-/merge_requests/204

 flatpak/org.gnome.Polari.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Polari.json b/flatpak/org.gnome.Polari.json
index 1e5694ea..b0ca28b4 100644
--- a/flatpak/org.gnome.Polari.json
+++ b/flatpak/org.gnome.Polari.json
@@ -88,7 +88,11 @@
         },
         {
             "name": "telepathy-idle",
-            "config-opts": ["--disable-static"],
+            "buildsystem": "meson",
+            "builddir": true,
+            "config-opts": [
+                "-Dtwisted_tests=false"
+            ],
             "sources": [
                 {
                     "type": "git",


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