[gnome-ostree] manifest: Disable Werror in telepathy modules



commit bf1eaff71dc04a29b00df97684c73397c3b7a435
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Jan 4 19:04:29 2013 +0000

    manifest: Disable Werror in telepathy modules

 manifest.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 2b0b4a6..e54976d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -789,10 +789,12 @@
 		                 "--with-systemd"]},
 
 		{"src": "fd-telepathy:telepathy-logger",
+		 "config-opts": ["--disable-Werror"],
 		 "patches": ["telepathy-logger-autogen.patch"]},
 
 		{"src": "fd-telepathy:telepathy-mission-control",
-		 "config-opts": ["--disable-gtk-doc"]},
+		 "config-opts": ["--disable-gtk-doc",
+		                 "--disable-Werror"]},
 
 		{"src": "gnome:gnome-session",
 		 "config-opts": ["--disable-docbook-docs",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]