[gimp] configure: require GLib 2.32.0 for the new G_DEPRECATED macros
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] configure: require GLib 2.32.0 for the new G_DEPRECATED macros
- Date: Wed, 2 May 2012 22:49:43 +0000 (UTC)
commit 6888304f4a0d775fcc30a2bcf1ca35bc966a83ac
Author: Michael Natterer <mitch gimp org>
Date: Thu May 3 00:49:11 2012 +0200
configure: require GLib 2.32.0 for the new G_DEPRECATED macros
app/sanity.c | 4 ++--
configure.ac | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 87c7683..cdd2584 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -130,8 +130,8 @@ static gchar *
sanity_check_glib (void)
{
#define GLIB_REQUIRED_MAJOR 2
-#define GLIB_REQUIRED_MINOR 30
-#define GLIB_REQUIRED_MICRO 2
+#define GLIB_REQUIRED_MINOR 32
+#define GLIB_REQUIRED_MICRO 0
const gchar *mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,
GLIB_REQUIRED_MINOR,
diff --git a/configure.ac b/configure.ac
index 824fb23..91471de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ m4_define([gimp_full_name], [GNU Image Manipulation Program])
# required versions of other packages
m4_define([babl_required_version], [0.1.11])
m4_define([gegl_required_version], [0.2.0])
-m4_define([glib_required_version], [2.30.2])
+m4_define([glib_required_version], [2.32.0])
m4_define([atk_required_version], [2.2.0])
m4_define([gtk_required_version], [2.24.10])
m4_define([gdk_pixbuf_required_version], [2.24.1])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]