mirror of https://github.com/GNOME/gimp.git
configure.ac: require GEGL >= 0.4.9
This commit is contained in:
parent
5446163e1d
commit
f1ff239d68
|
@ -518,7 +518,7 @@ sanity_check_gegl (void)
|
|||
|
||||
#define GEGL_REQUIRED_MAJOR 0
|
||||
#define GEGL_REQUIRED_MINOR 4
|
||||
#define GEGL_REQUIRED_MICRO 8
|
||||
#define GEGL_REQUIRED_MICRO 9
|
||||
|
||||
gegl_get_version (&gegl_major_version,
|
||||
&gegl_minor_version,
|
||||
|
|
|
@ -45,7 +45,7 @@ m4_define([gimp_full_name], [GNU Image Manipulation Program])
|
|||
# required versions of other packages
|
||||
m4_define([babl_required_version], [0.1.56])
|
||||
m4_define([gegl_major_minor_version], [0.4])
|
||||
m4_define([gegl_micro_version], [8])
|
||||
m4_define([gegl_micro_version], [9])
|
||||
m4_define([gegl_required_version],
|
||||
[gegl_major_minor_version.gegl_micro_version])
|
||||
m4_define([glib_required_version], [2.56.0])
|
||||
|
|
Loading…
Reference in New Issue