From 265f602433fcaa82089d0377e80cd6816c4009e9 Mon Sep 17 00:00:00 2001 From: Simon Wenner Date: Fri, 31 Jul 2009 18:15:51 -0400 Subject: [PATCH] =?utf8?q?Fix=20Bug=20586157=20=E2=80=93=20libchamplain-gt?= =?utf8?q?k=20does=20not=20build=20with=20GTK=202.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 709ae83..2075159 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ if test x$enable_gtk = xyes; then AC_SUBST(GTK_DEPS_CFLAGS) AC_SUBST(GTK_DEPS_LIBS) PKG_CHECK_MODULES(GTK_DEPS, - [ gtk+-2.0 >= 2.2 + [ gtk+-2.0 >= 2.14 clutter-gtk-0.8 >= 0.8 ] ) -- 2.39.5