[network-manager-applet] build: don't try to build bluetooth widget with newer gnome-bluetooth



commit 0a3ec428cdf1c614f5c41573e1e284d84cb2f642
Author: Dan Winship <danw gnome org>
Date:   Mon Dec 23 16:26:18 2013 -0500

    build: don't try to build bluetooth widget with newer gnome-bluetooth
    
    Since the plugin API no longer exists.
    
    (Also, fix the configure output to not print two "checking for"
    messages.)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720108

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8c3175f..7d779cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,9 +137,9 @@ case "${with_bluetooth}" in
        no)     AC_MSG_NOTICE(Bluetooth support disabled)
                ;;
        *)
-               AC_MSG_CHECKING(for gnome-bluetooth)
                PKG_CHECK_MODULES(GNOME_BLUETOOTH,
                                  gnome-bluetooth-1.0 >= 2.27.6
+                                 gnome-bluetooth-1.0 < 3.11.0
                                  libnm-util libnm-glib,
                                  have_gbt=yes, have_gbt=no)
                ;;


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