[gnome-control-center] build: bump gnome-bluetooth dependency to 3.9.3



commit 3d6efb12a389a655ff56bfacbeb94225507ff74f
Author: Kalev Lember <kalevlember gmail com>
Date:   Fri Jun 21 00:34:07 2013 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 45bd4bd..8f69088 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]