configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec9474d55ebf5500d4cdabdabaa7fe2139f20d4a
Author: Tanu Kaskinen <ta...@iki.fi>
Date:   Thu Jan 24 10:48:43 2013 +0200

    build-sys: Bump D-Bus dependency version to 1.4.12.
    
    We use DBUS_TIMEOUT_USE_DEFAULT, which was introduced in 1.4.12.

diff --git a/configure.ac b/configure.ac
index d11af11..78d48a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -971,7 +971,7 @@ AC_ARG_ENABLE([dbus],
     AS_HELP_STRING([--disable-dbus],[Disable optional D-Bus support]))
 
 AS_IF([test "x$enable_dbus" != "xno"],
-    [PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.3.0 ], HAVE_DBUS=1, HAVE_DBUS=0)],
+    [PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.4.12 ], HAVE_DBUS=1, HAVE_DBUS=0)],
     HAVE_DBUS=0)
 
 AS_IF([test "x$enable_dbus" = "xyes" && test "x$HAVE_DBUS" = "x0"],

_______________________________________________
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to