diff options
author | Monsta <[email protected]> | 2015-12-13 13:11:31 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-11 14:05:07 +0300 |
commit | 2194bbaf2511234c726e3e1ec8a361c5a62ffce9 (patch) | |
tree | 0b998a24f560cd7b3bc65bc56be842dfcab5c201 /configure.ac | |
parent | cbb995375f1b97679fd42090e31277666249cc84 (diff) | |
download | mate-system-monitor-2194bbaf2511234c726e3e1ec8a361c5a62ffce9.tar.bz2 mate-system-monitor-2194bbaf2511234c726e3e1ec8a361c5a62ffce9.tar.xz |
set minimum GTK+ version to 3.14 and drop some deprecated code
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4eb50c7..1b03844 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,8 @@ GLIB_REQUIRED=2.36.0 LIBGTOP_REQUIRED=2.23.1 GIOMM_REQUIRED=2.26.0 GLIBMM_REQUIRED=2.22 -GTK_REQUIRED=3.0.0 -GTKMM_REQUIRED=3.0.0 +GTK_REQUIRED=3.14.0 +GTKMM_REQUIRED=3.14.0 LIBWNCK_REQUIRED=3.0.0 LIBXML_REQUIRED=2.0 RSVG_REQUIRED=2.35 |