diff options
author | infirit <[email protected]> | 2014-06-05 17:51:04 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-05 17:51:04 +0200 |
commit | c7a9b7fad59eebee29ce7ad08fca3472c2002eb9 (patch) | |
tree | ac698f63c0d53f94d0e8f7b2d495048d5f8da5da /configure.ac | |
parent | 8f4c0dc965bdd8b8a083ec991dc49d443d829236 (diff) | |
download | libmateweather-c7a9b7fad59eebee29ce7ad08fca3472c2002eb9.tar.bz2 libmateweather-c7a9b7fad59eebee29ce7ad08fca3472c2002eb9.tar.xz |
Bump Gtk+ required version to 2.24
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 d076aa0..f2df6fd 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AC_MSG_RESULT([$with_gtk]) case "$with_gtk" in 2.0) GTK_API_VERSION=2.0 - GTK_REQUIRED=2.11.0 + GTK_REQUIRED=2.24.0 ;; 3.0) GTK_API_VERSION=3.0 GTK_REQUIRED=3.0.0 |