diff options
author | monsta <[email protected]> | 2016-11-22 16:46:37 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-22 16:46:37 +0300 |
commit | b442c86824d5b16e198dc1b6a0174b7ca70d630a (patch) | |
tree | b6a2a4f83d838d9b0cdc0c9860d805184e942911 | |
parent | 92a2c26b5940dc3fb4905444c1d70aa823c2e3ea (diff) | |
download | mate-applets-b442c86824d5b16e198dc1b6a0174b7ca70d630a.tar.bz2 mate-applets-b442c86824d5b16e198dc1b6a0174b7ca70d630a.tar.xz |
build: check for stable release of libgtop
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b326af0c..7fb1a2ae 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl *************************************************************************** GLIB_REQUIRED=2.36.0 GIO_REQUIRED=2.15.3 LIBPANEL4_REQUIRED=1.7.0 -LIBGTOP_REQUIRED=2.11.92 +LIBGTOP_REQUIRED=2.12.0 LIBNOTIFY_REQUIRED=0.7.0 UPOWER_REQUIRED=0.9.4 DBUS_REQUIRED=1.1.2 |