From 8c9b1fb029cbeda1efd584a631e1e98eb3473c0d Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sun, 2 Aug 2009 22:47:07 +0200 Subject: [PATCH] Allow debian's lenny gtk version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65eed15..8ba205e 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.14 + [ gtk+-2.0 >= 2.12 clutter-gtk-0.8 >= 0.8 ] ) -- 2.39.5