gnome-shell.modules: add --disable-Werror to telepathy-logger

It does not currently build error-free with gcc 4.6.
This commit is contained in:
Dan Winship 2011-03-15 08:40:11 -04:00
parent fcfd17e973
commit 44bbf26cb2

View File

@ -259,7 +259,7 @@
</dependencies>
</autotools>
<autotools id="telepathy-logger" autogenargs="--enable-introspection">
<autotools id="telepathy-logger" autogenargs="--enable-introspection --disable-Werror">
<branch repo="git.freedesktop.org" module="telepathy/telepathy-logger" />
<dependencies>
<dep package="telepathy-glib"/>