[jhbuild] glib-networking depends on gsettings-desktop-schemas

This missing dependency is only noticeable when you remove the
whole $prefix and build everything from scratch, since schemas
are already present in existing installs.

https://bugzilla.gnome.org/show_bug.cgi?id=646416
This commit is contained in:
Milan Bouchet-Valat 2011-03-31 14:09:37 +02:00
parent 0127eb5892
commit 342bc1e72d

View File

@ -206,6 +206,7 @@
<branch repo="git.gnome.org" module="glib-networking"/>
<dependencies>
<dep package="glib"/>
<dep package="gsettings-desktop-schemas"/>
</dependencies>
</autotools>