gnome-shell.modules: order GConf after gtk3

GConf has test programs that link against GTK+, and defaults to
using gtk3 if found, so build GConf after gtk3.
This commit is contained in:
Owen W. Taylor 2010-10-25 15:20:01 -04:00
parent ef544f6e06
commit 6064661de9

View File

@ -131,6 +131,7 @@
<branch repo="git.gnome.org" module="gconf"/>
<dependencies>
<dep package="glib"/>
<dep package="gtk3"/>
</dependencies>
</autotools>