[evince] flatpak: disable unnecessary libgxps files
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] flatpak: disable unnecessary libgxps files
- Date: Sun, 29 Sep 2019 15:03:55 +0000 (UTC)
commit 01671c4dcf295827f597870866d251d0665f7e90
Author: Jason Crain <jcrain src gnome org>
Date: Tue Jul 16 00:10:34 2019 -0600
flatpak: disable unnecessary libgxps files
Introspection, test programs, and commandline programs are not useful in
the flatpak.
build-aux/flatpak/org.gnome.Evince.json | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Evince.json b/build-aux/flatpak/org.gnome.Evince.json
index 64ea9462..b1730023 100644
--- a/build-aux/flatpak/org.gnome.Evince.json
+++ b/build-aux/flatpak/org.gnome.Evince.json
@@ -118,6 +118,13 @@
{
"name" : "libgxps",
"buildsystem" : "meson",
+ "config-opts" : [
+ "-Denable-test=false",
+ "-Ddisable-introspection=true"
+ ],
+ "cleanup" : [
+ "/bin"
+ ],
"sources" : [
{
"type" : "archive",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]