From 3d6efb12a389a655ff56bfacbeb94225507ff74f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 21 Jun 2013 00:34:07 +0200 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 45bd4bd9b..8f6908888 100644 --- a/configure.ac +++ b/configure.ac @@ -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])