[gnome-control-center/wip/jimmac/nightly-app-icon] flatpak: Build "cheese" with meson



commit 3c965f83b10296509c67da22a8c285a9a3c75187
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Oct 8 18:22:01 2019 +0200

    flatpak: Build "cheese" with meson
    
    Since commit d88ad7314209b3413e52fcdb92901e488d5bf6a4, cheese
    has dropped autotools.

 build-aux/flatpak/org.gnome.Settings.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index dd9176580..7a73d37b4 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -537,9 +537,11 @@
         },
         {
             "name" : "cheese",
-            "buildsystem" : "autotools",
+            "buildsystem" : "meson",
             "config-opts" : [
-                "--disable-introspection"
+                "-Dintrospection=false",
+                "-Dgtk_doc=false",
+                "-Dman=false"
             ],
             "sources" : [
                 {


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