[gnome-photos] flatpak: Disable GObject introspection
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] flatpak: Disable GObject introspection
- Date: Fri, 8 Sep 2017 14:23:14 +0000 (UTC)
commit 12449e7b63a13a5f6d08d6165f590dd2f02e5ec8
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Sep 8 16:22:26 2017 +0200
flatpak: Disable GObject introspection
flatpak/org.gnome.Photos.json | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 770254f..c664f6f 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -61,6 +61,7 @@
},
{
"name": "geocode-glib",
+ "config-opts": [ "--disable-introspection" ],
"sources": [
{
"type": "git",
@@ -70,6 +71,7 @@
},
{
"name": "librest",
+ "config-opts": [ "--disable-introspection" ],
"sources": [
{
"type": "archive",
@@ -80,7 +82,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": "git",
@@ -91,6 +96,7 @@
{
"name": "libgfbgraph",
"cleanup": [ "/doc" ],
+ "config-opts": [ "--disable-introspection" ],
"sources": [
{
"type": "git",
@@ -110,7 +116,10 @@
},
{
"name": "libgdata",
- "config-opts": [ "--disable-always-build-tests", "--disable-Werror", "--disable-static" ],
+ "config-opts": [ "--disable-always-build-tests",
+ "--disable-introspection",
+ "--disable-Werror",
+ "--disable-static" ],
"sources": [
{
"type": "git",
@@ -191,6 +200,7 @@
{
"name": "grilo",
"cleanup": [ "/bin" ],
+ "config-opts": [ "--disable-introspection" ],
"sources": [
{
"type": "git",
@@ -235,7 +245,8 @@
{
"name": "tracker",
"cleanup": [ "/bin", "/etc", "/lib/systemd", "/libexec", "/share/dbus-1/services" ],
- "config-opts": [ "--disable-static",
+ "config-opts": [ "--disable-introspection",
+ "--disable-static",
"--with-bash-completion-dir=no" ],
"sources": [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]