[gnome-shell-extensions] systemMonitor: don't require a too new libgtop



commit deb70e5d5df835c8a1fd6472551b6483f1231db7
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Jul 9 15:00:43 2011 +0200

    systemMonitor: don't require a too new libgtop
    
    libgtop 2.28.3 is the first version to introduce introspection
    support, and it is enough for our needs.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ae7a053..1067bc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ ENABLED_EXTENSIONS=
 for e in $enable_extensions; do
 	case $e in
 		systemMonitor)
-			PKG_CHECK_MODULES(GTOP, libgtop-2.0 >= 2.28.4,
+			PKG_CHECK_MODULES(GTOP, libgtop-2.0 >= 2.28.3,
 					[ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"],
 					[AC_MSG_WARN([libgtop-2.0 not found, disabling systemMonitor])])
 			;;



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