build-sys: add gobject to build dependencies

Since we call g_object_unref() we need to link against gobject in
compliance of the new Fedora implicit DSO linking policy.
This commit is contained in:
Lennart Poettering 2010-02-16 01:43:00 +01:00
parent abfd2aa0e7
commit 80093c94be

View file

@ -929,7 +929,7 @@ AC_ARG_ENABLE([gconf],
[gconf=auto]) [gconf=auto])
if test "x${gconf}" != xno ; then if test "x${gconf}" != xno ; then
PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 ], PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 gobject-2.0 ],
HAVE_GCONF=1, HAVE_GCONF=1,
[ [
HAVE_GCONF=0 HAVE_GCONF=0