From da3cf6ca27a5bcc9a360bcece2c86d32505111b3 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 18 Sep 2018 12:43:04 +0300 Subject: [PATCH] Flatpak: Pass configuration to libhandy Do not build what we don't need. --- org.gnome.PodcastsDevel.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/org.gnome.PodcastsDevel.json b/org.gnome.PodcastsDevel.json index a155dc1..a3370ae 100644 --- a/org.gnome.PodcastsDevel.json +++ b/org.gnome.PodcastsDevel.json @@ -37,6 +37,14 @@ { "name" : "libhandy", "buildsystem" : "meson", + "config-opts" : [ + "-Dintrospection=true", + "-Dgtk-doc=false", + "-Dtests=false", + "-Dexamples=false", + "-Dvapi=false", + "-Dglade_catalog=false" + ], "sources" : [ { "type" : "git",