[gimp] Reduce glib required micro version
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Reduce glib required micro version
- Date: Tue, 28 May 2013 23:08:24 +0000 (UTC)
commit d856ba624edb499bafa86fd9394dba57e76c8c9f
Author: Daniel Sabo <DanielSabo gmail com>
Date: Tue May 28 10:22:35 2013 -0700
Reduce glib required micro version
Change 2.36.1 to 2.36.0, because Ubuntu.
INSTALL | 2 +-
app/sanity.c | 2 +-
configure.ac | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 6b34a09..ccc9bdb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -44,7 +44,7 @@ header files installed.
git://git.gnome.org/gegl
4. You need to have installed GTK+ version 2.24.10 or newer.
- GIMP also need a recent versions of GLib (>= 2.36.1), GDK-Pixbuf
+ GIMP also need a recent versions of GLib (>= 2.36.0), GDK-Pixbuf
(>= 2.24.1), and Pango (>= 1.29.4). Sources for these can be grabbed
from ftp://ftp.gtk.org/.
diff --git a/app/sanity.c b/app/sanity.c
index c0a551a..c46b323 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -131,7 +131,7 @@ sanity_check_glib (void)
{
#define GLIB_REQUIRED_MAJOR 2
#define GLIB_REQUIRED_MINOR 36
-#define GLIB_REQUIRED_MICRO 1
+#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 a631e1c..6d40870 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.1])
-m4_define([glib_required_version], [2.36.1])
+m4_define([glib_required_version], [2.36.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]