[libwnck] build: Require gtk+-3.0 >= 3.4.0
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck] build: Require gtk+-3.0 >= 3.4.0
- Date: Wed, 30 May 2012 12:22:10 +0000 (UTC)
commit 53bdc04bee158d500bdc78fc036ddf8e1e78a8fd
Author: Vincent Untz <vuntz gnome org>
Date: Wed May 30 14:19:34 2012 +0200
build: Require gtk+-3.0 >= 3.4.0
The fixes related to mouse wheel scrolling require GTK+ 3.4.0. We could
use some ifdef to still build with earlier versions of GTK+, but people
upgrading GTK+ without rebuilding libwnck would see the bugs again. So
it's simpler to just require a recent version of GTK+.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d125334..53d8d59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,7 +142,7 @@ AC_SUBST(XRES_PACKAGE)
AC_SUBST(XLIB_CFLAGS)
AC_SUBST(XLIB_LIBS)
-PKG_CHECK_MODULES(LIBWNCK, gtk+-3.0 >= 3.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 >= 3.4.0 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]