[gnome-shell] gnome-shell.modules: add --disable-Werror to tp-glib build



commit 140022aaf2d1a0c6402fc36c7f0eb87c78ceedef
Author: Dan Winship <danw gnome org>
Date:   Wed Feb 16 09:50:23 2011 -0500

    gnome-shell.modules: add --disable-Werror to tp-glib build
    
    telepathy-glib doesn't currently build warning-free with gcc 4.6,
    (https://bugs.freedesktop.org/show_bug.cgi?id=34337) so disable
    -Werror for now.

 tools/build/gnome-shell.modules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index 23385f6..e8b5493 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -213,8 +213,8 @@
     </dependencies>
   </autotools>
 
-  <autotools id="telepathy-glib">
-    <branch repo="git.collabora.co.uk" module="telepathy-glib"/>
+  <autotools id="telepathy-glib" autogenargs="--disable-Werror" >
+    <branch repo="git.collabora.co.uk" module="telepathy-glib" />
     <dependencies>
       <dep package="gobject-introspection"/>
     </dependencies>



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