[gnome-sdk-images] Fix pygobject build
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images] Fix pygobject build
- Date: Fri, 20 Jan 2017 14:00:10 +0000 (UTC)
commit 6b1e01e5b601a05635797b5770451417d63e0bbf
Author: Alexander Larsson <alexl redhat com>
Date: Fri Jan 20 14:59:25 2017 +0100
Fix pygobject build
It was failing due to pygobject using -Werror, see:
https://bugzilla.gnome.org/show_bug.cgi?id=777534
disabling errors for now
org.gnome.Sdk.json.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index f38647a..0ff6970 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -777,6 +777,7 @@
},
{
"name": "pygobject",
+ "config-opts": ["--enable-compile-warnings=minimum"],
"build-options" : {
"env": {
"PYTHON": "/usr/bin/python3"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]