]> code.delx.au - pulseaudio/commitdiff
build-sys: add gobject to build dependencies
authorLennart Poettering <lennart@poettering.net>
Tue, 16 Feb 2010 00:43:00 +0000 (01:43 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2010 16:47:27 +0000 (17:47 +0100)
Since we call g_object_unref() we need to link against gobject in
compliance of the new Fedora implicit DSO linking policy.

configure.ac

index 8abaabb39eeb84f1d0b50a176cab3e2d31007800..d23e09efe19c828298caf19e9d2261b455aa4383 100644 (file)
@@ -929,7 +929,7 @@ AC_ARG_ENABLE([gconf],
         [gconf=auto])
 
 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=0