[gnome-photos] flatpak: disable vapi and python3 in gexiv2



commit 06be3acce8c8ef341c1a09993b9091791c6b26ae
Author: Lorenz Wildberg <lorenz wild-fisch de>
Date:   Fri Sep 10 20:02:50 2021 +0100

    flatpak: disable vapi and python3 in gexiv2
    
    We already disable introspection, but now meson complains about
    vapi and python3 features which are enabled by default and depends
    on introspection.

 flatpak/org.gnome.Photos.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 39bdc617..8adaabfd 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -194,7 +194,9 @@
         {
             "name": "gexiv2",
             "buildsystem": "meson",
-            "config-opts": [ "-Dintrospection=false" ],
+            "config-opts": [ "-Dintrospection=false",
+                             "-Dvapi=false",
+                             "-Dpython3=false" ],
             "sources": [
                 {
                     "type": "git",


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