[gnome-photos/gnome-3-24] flatpak: Disable GObject introspection
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/gnome-3-24] flatpak: Disable GObject introspection
- Date: Fri, 8 Sep 2017 15:02:44 +0000 (UTC)
commit 2e7bc2bfed22bfa831f11226ac7616aa246dd003
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Sep 8 16:22:26 2017 +0200
flatpak: Disable GObject introspection
flatpak/org.gnome.Photos.json | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 0bc31c4..eb1ce8d 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -62,6 +62,7 @@
},
{
"name": "geocode-glib",
+ "config-opts": [ "--disable-introspection" ],
"sources": [
{
"type": "archive",
@@ -72,6 +73,7 @@
},
{
"name": "librest",
+ "config-opts": [ "--disable-introspection" ],
"sources": [
{
"type": "archive",
@@ -82,7 +84,10 @@
},
{
"name": "gnome-online-accounts",
- "config-opts": [ "--disable-telepathy", "--disable-documentation", "--disable-backend" ],
+ "config-opts": [ "--disable-introspection",
+ "--disable-telepathy",
+ "--disable-documentation",
+ "--disable-backend" ],
"sources": [
{
"type": "archive",
@@ -94,6 +99,7 @@
{
"name": "libgfbgraph",
"cleanup": [ "/doc" ],
+ "config-opts": [ "--disable-introspection" ],
"sources": [
{
"type": "archive",
@@ -114,7 +120,7 @@
},
{
"name": "libgdata",
- "config-opts": [ "--disable-always-build-tests", "--disable-static" ],
+ "config-opts": [ "--disable-always-build-tests", "--disable-introspection", "--disable-static" ],
"sources": [
{
"type": "archive",
@@ -191,6 +197,7 @@
{
"name": "grilo",
"cleanup": [ "/bin" ],
+ "config-opts": [ "--disable-introspection" ],
"sources": [
{
"type": "archive",
@@ -237,7 +244,8 @@
{
"name": "tracker",
"cleanup": [ "/bin", "/etc", "/lib/systemd", "/libexec", "/share/dbus-1/services" ],
- "config-opts": [ "--disable-miner-apps",
+ "config-opts": [ "--disable-introspection",
+ "--disable-miner-apps",
"--disable-miner-evolution",
"--disable-miner-firefox",
"--disable-miner-rss",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]