mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
configure/app: bump required GEGL version to 0.3.6
This commit is contained in:
parent
99933b35c8
commit
a28964c698
2 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ sanity_check_gegl (void)
|
|||
|
||||
#define GEGL_REQUIRED_MAJOR 0
|
||||
#define GEGL_REQUIRED_MINOR 3
|
||||
#define GEGL_REQUIRED_MICRO 5
|
||||
#define GEGL_REQUIRED_MICRO 6
|
||||
|
||||
gegl_get_version (&gegl_major_version,
|
||||
&gegl_minor_version,
|
||||
|
|
|
@ -44,7 +44,7 @@ m4_define([gimp_full_name], [GNU Image Manipulation Program])
|
|||
|
||||
# required versions of other packages
|
||||
m4_define([babl_required_version], [0.1.14])
|
||||
m4_define([gegl_required_version], [0.3.5])
|
||||
m4_define([gegl_required_version], [0.3.6])
|
||||
m4_define([glib_required_version], [2.40.0])
|
||||
m4_define([atk_required_version], [2.2.0])
|
||||
m4_define([gtk_required_version], [2.24.10])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue