app,autotools: depend on babl 0.1.74 and GEGL 0.4.20

This commit is contained in:
Øyvind Kolås
2020-01-17 17:06:35 +01:00
parent b1c9173b1f
commit 9c654d8386
2 changed files with 4 additions and 4 deletions

View File

@ -480,7 +480,7 @@ sanity_check_babl (void)
#define BABL_REQUIRED_MAJOR 0
#define BABL_REQUIRED_MINOR 1
#define BABL_REQUIRED_MICRO 72
#define BABL_REQUIRED_MICRO 74
babl_get_version (&babl_major_version,
&babl_minor_version,
@ -518,7 +518,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 4
#define GEGL_REQUIRED_MICRO 18
#define GEGL_REQUIRED_MICRO 20
gegl_get_version (&gegl_major_version,
&gegl_minor_version,