[evince/abderrahim/simplify-flatpak] flatpak: disable introspection and gtk-doc
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/abderrahim/simplify-flatpak] flatpak: disable introspection and gtk-doc
- Date: Fri, 22 Feb 2019 20:38:40 +0000 (UTC)
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]