summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-17 18:32:04 +0200
committerinfirit <[email protected]>2014-05-17 19:10:46 +0200
commitbd3ab4264961bccd4dc74bdf45fa82f87331051b (patch)
treea79b0b3fc98f422fba0083ad6be559338a2dfd3d
parent3ce63cc9bc7b522f54f5f0409e53ba9cd3cefdcd (diff)
downloadengrampa-bd3ab4264961bccd4dc74bdf45fa82f87331051b.tar.bz2
engrampa-bd3ab4264961bccd4dc74bdf45fa82f87331051b.tar.xz
Bump minimum gtk+2 version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42e9aab..44fe2f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_MSG_RESULT([$with_gtk])
case "$with_gtk" in
2.0) GTK_API_VERSION=2.0
- GTK_REQUIRED=2.21.4
+ GTK_REQUIRED=2.24.0
;;
3.0) GTK_API_VERSION=3.0
GTK_REQUIRED=2.90.0