]> err.no Git - libchamplain/commitdiff
Fix Bug 586157 – libchamplain-gtk does not build with GTK 2.2
authorSimon Wenner <simon@wenner.ch>
Fri, 31 Jul 2009 22:15:51 +0000 (18:15 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 31 Jul 2009 22:15:51 +0000 (18:15 -0400)
configure.ac

index 709ae832f285aa211facd85cda52fd8dcbea346f..20751590f0e8da1366b2ee7ddd92fe43fc52a63b 100644 (file)
@@ -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
     ]
   )