[evolution-data-server/cursor-staging: 22/23] Bump required GTK+ version to 3.10
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/cursor-staging: 22/23] Bump required GTK+ version to 3.10
- Date: Mon, 19 Aug 2013 18:56:29 +0000 (UTC)
commit 649aeb5965f155c20040de80ed8625717070b6ba
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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 89c553f..175a99e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,11 +36,11 @@ 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_34])
+m4_define([glib_encoded_version], [GLIB_VERSION_2_38])
dnl Keep these two definitions in agreement.
-m4_define([gdk_minimum_version], [3.2])
-m4_define([gdk_encoded_version], [GDK_VERSION_3_2])
+m4_define([gdk_minimum_version], [3.9])
+m4_define([gdk_encoded_version], [GDK_VERSION_3_10])
dnl Keep these two definitions in agreement.
m4_define([soup_minimum_version], [2.40.3])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]