From: Simon Wenner Date: Fri, 31 Jul 2009 22:15:51 +0000 (-0400) Subject: Fix Bug 586157 – libchamplain-gtk does not build with GTK 2.2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265f602433fcaa82089d0377e80cd6816c4009e9;p=libchamplain Fix Bug 586157 – libchamplain-gtk does not build with GTK 2.2 --- 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 ] )