[gnome-contacts] flatpak: Cheese now uses meson



commit 4430b7e41d19495f26eb9347aa7b2cdfa219c038
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Aug 20 01:42:09 2019 +0200

    flatpak: Cheese now uses meson
    
    Make sure this is reflected in the flatpak manifest.

 data/flatpak/org.gnome.Contacts.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 87361f0..f2043d8 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -178,9 +178,11 @@
         },
         {
             "name": "cheese",
+            "buildsystem": "meson",
             "config-opts": [
-                "--disable-man",
-                "--disable-lcov"
+                "-Dgtk_doc=false",
+                "-Dintrospection=true",
+                "-Dman=false",
             ],
             "sources": [
                 {


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