[libwnck: 16/17] build: Require gtk+-3 >= 2.91.5
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck: 16/17] build: Require gtk+-3 >= 2.91.5
- Date: Wed, 19 Jan 2011 13:35:21 +0000 (UTC)
commit d1f711dd28eb3da800607aca492d3a3e20f046b3
Author: Vincent Untz <vuntz gnome org>
Date: Wed Jan 19 08:17:02 2011 +0100
build: Require gtk+-3 >= 2.91.5
I'm not sure it's completely right, but with all API changes, especially
the removal of ::size_request, it might be better. And it doesn't harm.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b1645fd..4d9d7ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,7 @@ AC_SUBST(XRES_PACKAGE)
AC_SUBST(XLIB_CFLAGS)
AC_SUBST(XLIB_LIBS)
-PKG_CHECK_MODULES(LIBWNCK, gtk+-3.0 >= 2.91.0 glib-2.0 >= 2.16.0 gobject-2.0 >= 2.13.0 $STARTUP_NOTIFICATION_PACKAGE $XRES_PACKAGE)
+PKG_CHECK_MODULES(LIBWNCK, gtk+-3.0 >= 2.91.5 glib-2.0 >= 2.16.0 gobject-2.0 >= 2.13.0 $STARTUP_NOTIFICATION_PACKAGE $XRES_PACKAGE)
AC_SUBST(LIBWNCK_LIBS)
AC_SUBST(LIBWNCK_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]