[nautilus/wip/oholy/flatpak-master] ci: Add -Dintrospection=false to fix flatpak master



commit 1f26d71f1519dbdb272473b55c590756be35492d
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Oct 10 10:15:02 2019 +0200

    ci: Add -Dintrospection=false to fix flatpak master
    
    The -Ddisable-introspection gexiv2 meson option was renamed to -Dintrospection.
    Let's reflect this in the org.gnome.Nautilus.json flatpak manifest to fix
    flatpak master job.

 build-aux/flatpak/org.gnome.Nautilus.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 6018421c0..b7265eca4 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -50,7 +50,8 @@
       "builddir": true,
       "config-opts": [
         "--libdir=/app/lib",
-        "-Ddisable-introspection=True"
+        "-Ddisable-introspection=True",
+        "-Dintrospection=false"
       ],
       "sources": [
         {


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