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:
parent
35764fa09e
commit
9af979097d
@ -87,7 +87,7 @@
|
|||||||
<autotools id="gconf" autogenargs="--disable-defaults-service">
|
<autotools id="gconf" autogenargs="--disable-defaults-service">
|
||||||
<branch repo="git.gnome.org" module="gconf"/>
|
<branch repo="git.gnome.org" module="gconf"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="gtk+"/>
|
<dep package="glib"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user