diff options
author | rbuj <[email protected]> | 2020-12-23 11:52:10 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2020-12-25 00:08:45 +0000 |
commit | 7ec74a078abd6e52924e0cb5e6a28a623006ab85 (patch) | |
tree | 454d60f96cb6aa7dc2c6a63edda86b44a32db10c /configure.ac | |
parent | 92c556ee9b60a12a6369b28185c3fa8046147730 (diff) | |
download | mate-applets-7ec74a078abd6e52924e0cb5e6a28a623006ab85.tar.bz2 mate-applets-7ec74a078abd6e52924e0cb5e6a28a623006ab85.tar.xz |
netspeed: NetspeedApplet subclass of MatePanelApplet
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e42a271c..9bd1ad28 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl *************************************************************************** GLIB_REQUIRED=2.50.0 GIO_REQUIRED=2.50.0 GTK_REQUIRED=3.22.0 -LIBPANEL4_REQUIRED=1.17.0 +LIBPANEL4_REQUIRED=1.25.2 LIBGTOP_REQUIRED=2.12.0 LIBNOTIFY_REQUIRED=0.7.0 UPOWER_REQUIRED=0.99.8 |