[totem/alatiera/flatpak-fixups: 4/5] flatpak: build libgdata with meson



commit 40023efc47e0b957bf5f64221767cb95923dcdf0
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Jun 30 21:34:00 2019 +0300

    flatpak: build libgdata with meson

 flatpak/org.gnome.Totem.json | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index f581090ff..42d90998a 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -121,7 +121,15 @@
         },
         {
             "name": "libgdata",
-            "config-opts": [ "--disable-always-build-tests", "--disable-Werror", "--disable-static" ],
+            "buildsystem": "meson",
+            "config-opts": [
+                 "-Dalways_build_tests=false",
+                 "-Dgtk=disabled",
+                 "-Dgtk_doc=false",
+                 "-Dinstalled_tests=false",
+                 "-Dintrospection=false",
+                 "-Dvapi=false"
+            ],
             "sources": [
                 {
                     "type": "git",


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