From 6cce4183e9f3cc1c78e1ec6bbaf7b68c456d0ef7 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 20 Oct 2019 20:25:18 +0300 Subject: [PATCH] Flatpak: disable handy introspection generation --- org.gnome.Podcasts.Devel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.gnome.Podcasts.Devel.json b/org.gnome.Podcasts.Devel.json index e16afcc..cbd7f1e 100644 --- a/org.gnome.Podcasts.Devel.json +++ b/org.gnome.Podcasts.Devel.json @@ -35,7 +35,7 @@ "name" : "libhandy", "buildsystem" : "meson", "config-opts" : [ - "-Dintrospection=enabled", + "-Dintrospection=disabled", "-Dgtk_doc=false", "-Dtests=false", "-Dexamples=false",