[vte/vte-next] build: Require latest stable glib version
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next] build: Require latest stable glib version
- Date: Tue, 17 Apr 2012 22:01:36 +0000 (UTC)
commit 0e5969c86fa75b88d98e6a34e186cbaa63b57128
Author: Christian Persch <chpe gnome org>
Date: Tue Apr 17 23:51:16 2012 +0200
build: Require latest stable glib version
configure.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index c57c422..41c9717 100644
--- a/configure.in
+++ b/configure.in
@@ -203,10 +203,10 @@ case $host in
;;
esac
-GLIB_REQUIRED=2.31.13
-GIO_REQUIRED=2.31.13
+GLIB_REQUIRED=2.32.0
+GIO_REQUIRED=2.32.0
PANGO_REQUIRED=1.22.0
-AC_DEFINE(GDK_MULTIHEAD_SAFE,1,[Force use of GDK's multihead-safe APIs.])
+AC_DEFINE(GDK_MULTIHEAD_SAFE,1,[Force use of GDKs multihead-safe APIs.])
PKG_CHECK_MODULES(GLIB,[glib-2.0 >= $GLIB_REQUIRED gobject-2.0 gio-2.0 >= $GIO_REQUIRED])
PKG_CHECK_MODULES(GTK,[glib-2.0 >= $GLIB_REQUIRED gobject-2.0 gio-2.0 >= $GIO_REQUIRED gtk+-$GTK_API_VERSION >= $GTK_REQUIRED])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]