[gnome-sdk-images] Disable fatal warnings in gstreamer, as its currently breaking the build
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images] Disable fatal warnings in gstreamer, as its currently breaking the build
- Date: Wed, 5 Apr 2017 08:10:59 +0000 (UTC)
commit 6fc7377007d7586368e64d35e779dc8b62a34880
Author: Alexander Larsson <alexl redhat com>
Date: Wed Apr 5 10:09:48 2017 +0200
Disable fatal warnings in gstreamer, as its currently breaking the build
The new g_object_newv deprecation is causing problems.
org.gnome.Sdk.json.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index 958ba9b..454745a 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -401,7 +401,7 @@
},
{
"name": "gstreamer",
- "config-opts": ["--enable-debug", "--disable-examples" ],
+ "config-opts": ["--enable-debug", "--disable-examples", "--disable-fatal-warnings" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]