File nm-applet-build-don-t-try-to-build-bluetooth-widget-with-newer.patch of Package NetworkManager-gnome
From 0a3ec428cdf1c614f5c41573e1e284d84cb2f642 Mon Sep 17 00:00:00 2001
From: Dan Winship <danw@gnome.org>
Date: Mon, 23 Dec 2013 16:26:18 -0500
Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-)
Index: network-manager-applet-0.9.8.8/configure.ac
===================================================================
--- network-manager-applet-0.9.8.8.orig/configure.ac
+++ network-manager-applet-0.9.8.8/configure.ac
@@ -201,6 +201,7 @@ case "${with_bluetooth}" in
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 >= 0.9.4
libnm-glib >= 0.9.4,
have_gbt=yes, have_gbt=no)