talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 643edf05442da249656aabe85a41194c5cd62b89
parent c07e812545fac929c021a8f4dadd6a5b99f2501c
Author: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Date:   Wed,  8 Nov 2017 20:12:27 +0100

Require gtk+ >= 2.24

gtk+-2.24.0 was released 2011-01-30 and has seen over 30 maintenance
releases since. Drop support for gtk+2 < 2.24 to ease porting to gtk+3
and to cleanup existing compatibility code for old gtk+2 releases.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -573,7 +573,7 @@ if test x"$enable_gtk3" = x"yes"; then AM_CONDITIONAL(GTK3, true) AM_CONDITIONAL(GTK2, false) else - PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.16) + PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.24) fi AC_ARG_ENABLE(deprecated, [ --disable-deprecated Disable deprecated GTK functions],