mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
configure.ac: require Babl 0.1.14
This commit is contained in:
parent
69f1060720
commit
ab1fa11eea
2 changed files with 2 additions and 2 deletions
|
@ -400,7 +400,7 @@ sanity_check_babl (void)
|
|||
|
||||
#define BABL_REQUIRED_MAJOR 0
|
||||
#define BABL_REQUIRED_MINOR 1
|
||||
#define BABL_REQUIRED_MICRO 12
|
||||
#define BABL_REQUIRED_MICRO 14
|
||||
|
||||
babl_get_version (&babl_major_version,
|
||||
&babl_minor_version,
|
||||
|
|
|
@ -43,7 +43,7 @@ m4_define([gimp_stable],
|
|||
m4_define([gimp_full_name], [GNU Image Manipulation Program])
|
||||
|
||||
# required versions of other packages
|
||||
m4_define([babl_required_version], [0.1.12])
|
||||
m4_define([babl_required_version], [0.1.14])
|
||||
m4_define([gegl_required_version], [0.3.0])
|
||||
m4_define([glib_required_version], [2.40.0])
|
||||
m4_define([atk_required_version], [2.2.0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue