[gnome-photos/alatiera/working-ci: 2/2] flatpak: disable vapi and python3 in gexiv2




commit 59b9c0c87ac0e8f1be267609ccdf83b121dcf93c
Author: Jordan Petridis <jordan centricular com>
Date:   Tue Jan 4 06:30:08 2022 +0200

    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 b672346a..09dd6530 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -187,7 +187,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]