]> code.delx.au - pulseaudio/commitdiff
build-sys: Bump BlueZ dependency to 4.99
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 16 Nov 2012 17:43:26 +0000 (23:13 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 16 Nov 2012 17:46:05 +0000 (23:16 +0530)
Since the old UNIX fd IPC mechanism was removed and we rely on the D-Bus
based API, this is the oldest version that is known to reliably work.

configure.ac

index 99aafda611fb53e37018b68765dcbdea422b9dcc..4590a552f1a8735387786a04ba47241f684b465a 100644 (file)
@@ -1004,7 +1004,7 @@ AC_ARG_ENABLE([bluez],
     AS_HELP_STRING([--disable-bluez],[Disable optional BlueZ support]))
 
 AS_IF([test "x$enable_bluez" != "xno"],
-    [PKG_CHECK_MODULES(BLUEZ, [ bluez >= 3.0 ], HAVE_BLUEZ=1, HAVE_BLUEZ=0)],
+    [PKG_CHECK_MODULES(BLUEZ, [ bluez >= 4.99 ], HAVE_BLUEZ=1, HAVE_BLUEZ=0)],
     HAVE_BLUEZ=0)
 AS_IF([test "x$enable_bluez" != "xno"],
     [PKG_CHECK_MODULES(SBC, [ sbc >= 1.0 ], HAVE_BLUEZ=1, HAVE_BLUEZ=0)],