[gnome-photos/gnome-3-24] flatpak: Disable GObject introspection in GEGL
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/gnome-3-24] flatpak: Disable GObject introspection in GEGL
- Date: Thu, 23 Mar 2017 07:54:59 +0000 (UTC)
commit e509ccdcb3a604dfa220a2e089ce30c069a87d92
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Mar 22 14:48:00 2017 +0100
flatpak: Disable GObject introspection in GEGL
The GObject introspection support isn't needed, and the build seems to
have failed at least once due to it.
flatpak/org.gnome.Photos.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index b042d74..69788d2 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -151,7 +151,7 @@
{
"name": "gegl",
"cleanup": [ "/bin" ],
- "config-opts": [ "--disable-docs" ],
+ "config-opts": [ "--disable-docs", "--disable-introspection" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]