configure.ac, sanity.c: require babl >= 0.1.18 and GEGL >= 0.3.8

This commit is contained in:
Michael Natterer
2016-06-16 20:42:48 +02:00
parent f225e19db0
commit 1df2e8c9d8
2 changed files with 4 additions and 4 deletions

View File

@ -400,7 +400,7 @@ sanity_check_babl (void)
#define BABL_REQUIRED_MAJOR 0
#define BABL_REQUIRED_MINOR 1
#define BABL_REQUIRED_MICRO 14
#define BABL_REQUIRED_MICRO 18
babl_get_version (&babl_major_version,
&babl_minor_version,
@ -438,7 +438,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 3
#define GEGL_REQUIRED_MICRO 6
#define GEGL_REQUIRED_MICRO 8
gegl_get_version (&gegl_major_version,
&gegl_minor_version,