From 418755ff4823a6b62fa64970b4fa715eb4e92eb2 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 20 Jan 2014 10:13:52 +0100 Subject: mateweather: Add GTK3 support Bump minimum GTK2 version to 2.24 to use GtkComboBoxText with both GTK versions --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 ;; -- cgit v1.2.1