configure/app: depend on babl 0.1.56
(cherry picked from commit 3d464e03b4
)
This commit is contained in:

committed by
Michael Natterer

parent
91cb86d2ab
commit
2c553da7eb
@ -480,7 +480,7 @@ sanity_check_babl (void)
|
||||
|
||||
#define BABL_REQUIRED_MAJOR 0
|
||||
#define BABL_REQUIRED_MINOR 1
|
||||
#define BABL_REQUIRED_MICRO 54
|
||||
#define BABL_REQUIRED_MICRO 56
|
||||
|
||||
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.54])
|
||||
m4_define([babl_required_version], [0.1.56])
|
||||
m4_define([gegl_major_minor_version], [0.4])
|
||||
m4_define([gegl_micro_version], [7])
|
||||
m4_define([gegl_required_version],
|
||||
|
Reference in New Issue
Block a user