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:
parent
ccd2fec890
commit
140022aaf2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user