[gnome-bluetooth] Don't build the nst plugin with newer versions of nst
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Don't build the nst plugin with newer versions of nst
- Date: Thu, 21 Oct 2010 14:05:10 +0000 (UTC)
commit 76c75f4c8026f873917881a91502e1c2b9263676
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 21 14:59:54 2010 +0100
Don't build the nst plugin with newer versions of nst
configure.ac | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 775442a..233d408 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,6 +77,7 @@ GLIB_REQUIRED=2.25.7
DBUS_GLIB_REQUIRED=0.74
NOTIFY_REQUIRED=0.5.1
NAUTILUS_SENDTO_REQUIRED=2.29.0
+NAUTILUS_SENDTO_MAX_REQUIRED=2.91.0
dnl Requires for the properties window
PANELS_DIR="${libdir}/control-center-1/panels"
@@ -106,12 +107,12 @@ dnl nautilus-sendto plugin
AC_ARG_ENABLE(nautilus-sendto,
AS_HELP_STRING([--enable-nautilus-sendto=@<:@no/yes/auto@:>@],
[build nautilus-sendto plugin]), ,
- enable_nst=yes)
+ enable_nst=auto)
if test "x$enable_nst" != "xno"; then
PKG_CHECK_MODULES(NST,
[
- nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED
+ nautilus-sendto >= $NAUTILUS_SENDTO_REQUIRED < NAUTILUS_SENDTO_MAX_REQUIRED
], have_nst="yes", have_nst="no")
else
have_nst=no
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]