[evolution-data-server/openismus-work-3-8: 113/116] configure: revert glib dependency to 2.34
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work-3-8: 113/116] configure: revert glib dependency to 2.34
- Date: Tue, 1 Oct 2013 00:54:23 +0000 (UTC)
commit e4213e5ca3b90360c3c8fde136239066d0f9f3d2
Author: Patrick Ohly <patrick ohly intel com>
Date: Fri Sep 20 14:10:00 2013 +0200
configure: revert glib dependency to 2.34
This reverts the glib part of commit 4c3991. That commit increased the
compile time dependency to glib 2.38 while still only checking for
2.34 at compile time, leading to compile errors in GNOME 3.8 as built
by jhbuild:
/work/gnome/install/include/glib-2.0/glib/gversionmacros.h:140:7: warning: "GLIB_VERSION_2_38" is not
defined [-Wundef]
/work/gnome/install/include/glib-2.0/glib/gversionmacros.h:176:2: error: #error "GLIB_VERSION_MAX_ALLOWED
must be >= GLIB_VERSION_MIN_REQUIRED"
It is uncertain whether the new glib is really needed. The commit
message only mentioned GTK+, not glib:
commit 4c39917dbf3c82fa6fa816d655d5889f4e17c8c0
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Mon Aug 19 20:21:06 2013 +0200
Bump required GTK+ version to 3.10
The GTK+ requirement is a soft dependancy, bumping it for the
purpose of building the cursor example program which uses the
new template features from GTK+
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 040e2c9..efe4be1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ dnl Required Package Versions
dnl Keep these two definitions in agreement.
m4_define([glib_minimum_version], [2.34])
-m4_define([glib_encoded_version], [GLIB_VERSION_2_38])
+m4_define([glib_encoded_version], [GLIB_VERSION_2_34])
dnl Keep these two definitions in agreement.
m4_define([gdk_minimum_version], [3.9])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]