From 51cbc4d1c13bf13f307899e3f299c271055e157a Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Wed, 25 Jul 2018 18:48:44 +0300 Subject: flatpak: Disable GIR data generation in GTK+ 4 manifest --- build-aux/flatpak/org.gnome.NautilusGtk4.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build-aux') diff --git a/build-aux/flatpak/org.gnome.NautilusGtk4.yml b/build-aux/flatpak/org.gnome.NautilusGtk4.yml index f45a2c8a2..59ccd164b 100644 --- a/build-aux/flatpak/org.gnome.NautilusGtk4.yml +++ b/build-aux/flatpak/org.gnome.NautilusGtk4.yml @@ -126,8 +126,9 @@ modules: builddir: true build-options: config-opts: - - --libdir=/app/lib - - -Dprofile=Gtk4 + - "--libdir=/app/lib" + - "-Dprofile=Gtk4" + - "-Dintrospection=false" sources: - type: git url: https://gitlab.gnome.org/GNOME/nautilus.git -- cgit v1.2.1