mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue