From b9bfc637d663ed70556a997d66a3a33a57118189 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Thu, 15 Apr 2010 09:19:35 -0400 Subject: [PATCH] bumped gtk requirement to 2.18.0 (for gtk_widget_get_allocation) --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8eb9fe09..3d84fb3b 100644 --- a/README +++ b/README @@ -72,7 +72,7 @@ Compiling The following is the detailed list of libraries you need: * glib version >= 2.16.0 - * gtk version >= 2.16.0 + * gtk version >= 2.18.0 * gthread * gmodule * gio-unix diff --git a/configure.ac b/configure.ac index 6408c8e4..f49edb68 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ GNOME_COMPILE_WARNINGS([maximum]) GNOME_CXX_WARNINGS GLIB_REQUIRED=2.16.0 -GTK_REQUIRED=2.16.0 +GTK_REQUIRED=2.18.0 GCONF_REQUIRED=2.6.0 EXIV2_REQUIRED=0.18 CLUTTER_REQUIRED=1.0.0 -- GitLab