mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
configure: require GLib 2.32.0 for the new G_DEPRECATED macros
This commit is contained in:
parent
7d6ff4dccb
commit
6888304f4a
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue