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.
This commit is contained in:
Dan Winship 2011-02-16 09:50:23 -05:00
parent ccd2fec890
commit 140022aaf2

View File

@ -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>