Reduce glib required micro version

Change 2.36.1 to 2.36.0, because Ubuntu.
This commit is contained in:
Daniel Sabo 2013-05-28 10:22:35 -07:00
parent 963275e846
commit d856ba624e
3 changed files with 3 additions and 3 deletions

View File

@ -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/.

View File

@ -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,

View File

@ -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])