mirror of https://github.com/GNOME/gimp.git
depend on babl>=0.1.11
This commit is contained in:
parent
2e7944cad0
commit
8b028ee8ce
|
@ -351,7 +351,7 @@ sanity_check_babl (void)
|
|||
|
||||
#define BABL_REQUIRED_MAJOR 0
|
||||
#define BABL_REQUIRED_MINOR 1
|
||||
#define BABL_REQUIRED_MICRO 10
|
||||
#define BABL_REQUIRED_MICRO 11
|
||||
|
||||
babl_get_version (&babl_major_version,
|
||||
&babl_minor_version,
|
||||
|
|
|
@ -40,7 +40,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.10])
|
||||
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([atk_required_version], [2.2.0])
|
||||
|
|
Loading…
Reference in New Issue