diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-16 23:13:26 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-16 23:16:05 +0530 |
commit | 87e89ac4eb4227e6b50a8dd4afa9da519ec861f8 (patch) | |
tree | afabbb76e887dfa3d0baefc7a7a9456e385e16e3 | |
parent | e5953fb0ddf8c4a84c815f72755261e7dadbf00e (diff) |
build-sys: Bump BlueZ dependency to 4.99
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.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 99aafda6..4590a552 100644 --- a/configure.ac +++ b/configure.ac @@ -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)], |