[gnome-control-center] bluetooth: Require gnome-bluetooth 3.5.5



commit c4f4272f7c6ff23aa6b09dec6c862b08cda8fc01
Author: Stef Walter <stefw gnome org>
Date:   Mon Aug 13 10:59:47 2012 +0200

    bluetooth: Require gnome-bluetooth 3.5.5
    
     * Due to API change in gnome-bluetooth commit
       1c39fbaeaf782597857216430906a74865e7661b where there were
       changes like s/KILLSWITCH_STATE/BLUETOOTH_KILLSWITCH_STATE/
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681734

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f97ce8b..1e2fde6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,7 +174,7 @@ fi
 AM_CONDITIONAL(BUILD_NETWORK, [test x$have_networkmanager = xyes])
 
 # Check for gnome-bluetooth
-PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.3.4,
+PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.5.5,
 		  [have_bluetooth=yes], have_bluetooth=no)
 AM_CONDITIONAL(BUILD_BLUETOOTH, [test x$have_bluetooth = xyes])
 



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