summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-20 10:13:52 +0100
committerStefano Karapetsas <[email protected]>2014-01-20 10:13:52 +0100
commit418755ff4823a6b62fa64970b4fa715eb4e92eb2 (patch)
tree4b6b1ca13023c78039acc34082a13d61ee43aa0f /configure.ac
parent7ca1965de675c694a0a811c6d075b67a114edd3a (diff)
downloadmate-applets-418755ff4823a6b62fa64970b4fa715eb4e92eb2.tar.bz2
mate-applets-418755ff4823a6b62fa64970b4fa715eb4e92eb2.tar.xz
mateweather: Add GTK3 support
Bump minimum GTK2 version to 2.24 to use GtkComboBoxText with both GTK versions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dd3b7299..cc6a976b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,7 +105,7 @@ AC_MSG_RESULT([$with_gtk])
case "$with_gtk" in
2.0) GTK_API_VERSION=2.0
- GTK_REQUIRED=2.20.0
+ GTK_REQUIRED=2.24.0
LIBWNCK_API_VERSION=1.0
LIBWNCK_REQUIRED=2.30.0
;;