Remove unintended GConf dependency GTK+ in moduleset

Commit 2799327 introduced a dependency on gtk+ for gconf,
instead of glib, pulling the whole stack.
This commit is contained in:
Milan Bouchet-Valat 2010-06-21 18:34:02 +02:00
parent 35764fa09e
commit 9af979097d

View File

@ -87,7 +87,7 @@
<autotools id="gconf" autogenargs="--disable-defaults-service">
<branch repo="git.gnome.org" module="gconf"/>
<dependencies>
<dep package="gtk+"/>
<dep package="glib"/>
</dependencies>
</autotools>