[evince/abderrahim/simplify-flatpak] flatpak: disable introspection and gtk-doc



commit d5a310e25c36e5d94becdca589e00155b0fc955b
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Fri Feb 22 21:37:55 2019 +0100

    flatpak: disable introspection and gtk-doc
    
    These aren't needed in the flatpak and only slow down the build

 build-aux/flatpak/org.gnome.Evince.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Evince.json b/build-aux/flatpak/org.gnome.Evince.json
index a89fcd27..080bada3 100644
--- a/build-aux/flatpak/org.gnome.Evince.json
+++ b/build-aux/flatpak/org.gnome.Evince.json
@@ -169,7 +169,9 @@
             "name": "evince",
             "buildsystem": "meson",
             "config-opts": [
-                "-Dnautilus=false"
+                "-Dnautilus=false",
+                "-Dgtk_doc=false",
+                "-Dintrospection=false"
             ],
             "sources": [
                 {


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