[gnome-control-center] build: g-c-c depends on current network-manager-applet
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] build: g-c-c depends on current network-manager-applet
- Date: Sun, 25 Nov 2012 17:04:05 +0000 (UTC)
commit eeefc1eb510a004480ed3c3541a78cedd16d7f0f
Author: Javier JardÃn <jjardon gnome org>
Date: Mon Nov 26 02:01:13 2012 +0900
build: g-c-c depends on current network-manager-applet
The dependency was added in
commit 63756458b2de0d730763cc2acbd510659e4d00a5
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 77e66fe..937a5f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,6 +91,7 @@ GDKPIXBUF_REQUIRED_VERSION=2.23.0
POLKIT_REQUIRED_VERSION=0.103
GSD_REQUIRED_VERSION=3.6.0
NETWORK_MANAGER_REQUIRED_VERSION=0.8.995
+NETWORK_MANAGER_APPLET_REQUIRED_VERSION=0.9.7
LIBNOTIFY_REQUIRED_VERSION=0.7.3
GNOME_DESKTOP_REQUIRED_VERSION=3.5.91
SCHEMAS_REQUIRED_VERSION=3.5.91
@@ -156,7 +157,7 @@ AC_SUBST(GDESKTOP_PREFIX)
PKG_CHECK_MODULES(NETWORK_MANAGER, NetworkManager >= $NETWORK_MANAGER_REQUIRED_VERSION
libnm-glib >= $NETWORK_MANAGER_REQUIRED_VERSION
libnm-util >= $NETWORK_MANAGER_REQUIRED_VERSION
- libnm-gtk >= $NETWORK_MANAGER_REQUIRED_VERSION,
+ libnm-gtk >= $NETWORK_MANAGER_APPLET_REQUIRED_VERSION,
[have_networkmanager=yes], have_networkmanager=no)
if test "x$have_networkmanager" = xno ; then
AC_MSG_WARN(*** Network panel will not be built (NetworkManager ~0.9 or newer not found) ***)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]