build: bump gnome-bluetooth dependency to 3.9.3

gnome-bluetooth 3.9.3 is needed for bluetooth_client_get_connectable.

https://bugzilla.gnome.org/show_bug.cgi?id=702784
This commit is contained in:
Kalev Lember 2013-06-21 00:34:07 +02:00 committed by Bastien Nocera
parent aaa0630f80
commit 3d6efb12a3

View file

@ -204,7 +204,7 @@ if test x${have_networkmanager} = xyes; then
fi
# Check for gnome-bluetooth
PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.5.5,
PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.9.3,
[have_bluetooth=yes], have_bluetooth=no)
if test "x$have_bluetooth" = xyes ; then
AC_DEFINE(BUILD_BLUETOOTH, 1, [Define to 1 to build the Bluetooth panel])