build: BlueZ version 4.99 is required.

BlueZ 4.99 introduced key_size to bt_security struct that is used in
oFono, thus the requirement needs to be higher.
This commit is contained in:
Marko Saukko 2012-05-14 22:52:57 +03:00 committed by Marcel Holtmann
parent 38b37cbc4f
commit 25268b4270
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ AC_ARG_ENABLE(bluetooth, AC_HELP_STRING([--disable-bluetooth],
[disable Bluetooth modem support]),
[enable_bluetooth=${enableval}])
if (test "${enable_bluetooth}" != "no"); then
PKG_CHECK_MODULES(BLUEZ, bluez >= 4.30, dummy=yes,
AC_MSG_ERROR(Bluetooth library >= 4.30 is required))
PKG_CHECK_MODULES(BLUEZ, bluez >= 4.99, dummy=yes,
AC_MSG_ERROR(Bluetooth library >= 4.99 is required))
fi
AC_SUBST(BLUEZ_CFLAGS)
AC_SUBST(BLUEZ_LIBS)