commit 087e18cf68be5b476f00b8d8dfe3912fcdadda1e Author: Maia Kozheva <si...@ubuntu.com> Date: Sat Aug 28 22:33:01 2010 +0700
Require GTK >= 2.12 (already required de facto due to GtkBuilder) configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/configure.in b/configure.in index 2b29f9d..b2e2571 100644 --- a/configure.in +++ b/configure.in @@ -71,7 +71,7 @@ else fi dnl check for required libs that are managed with pkg-config -PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8.0,, [AC_MSG_FAILURE([*** $GTK_PKG_ERRORS])]) +PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.12.0,, [AC_MSG_FAILURE([*** $GTK_PKG_ERRORS])]) PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.15.0,, [AC_MSG_FAILURE([*** $GLIB_PKG_ERRORS])]) PKG_CHECK_MODULES(GMODULE, gmodule-2.0,, [AC_MSG_FAILURE([*** $GMODULE_PKG_ERRORS])]) PKG_CHECK_MODULES(GTHREAD, gthread-2.0 >= 0.14.0,, [AC_MSG_FAILURE([*** $GTHREAD_PKG_ERRORS])]) ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2