diff options
author | infirit <[email protected]> | 2014-10-25 12:58:42 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-25 12:58:42 +0200 |
commit | b831ed3ec6337a21a9048bc39e989a7de8280c5f (patch) | |
tree | 47555a380207cdfe2ea643410ee15c70d53bcf16 /configure.ac | |
parent | 20615934a9d4faf8cd45de56c51357d985461267 (diff) | |
download | marco-b831ed3ec6337a21a9048bc39e989a7de8280c5f.tar.bz2 marco-b831ed3ec6337a21a9048bc39e989a7de8280c5f.tar.xz |
Drop support for Gtk+ < 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 f43612ac..ecea7680 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,7 @@ AC_MSG_RESULT([$with_gtk]) case "$with_gtk" in 2.0) GTK_API_VERSION=2.0 - GTK_MIN_VERSION=2.20.0 + GTK_MIN_VERSION=2.24.0 CANBERRA_GTK=libcanberra-gtk ;; 3.0) GTK_API_VERSION=3.0 |