configure.ac, app: temporarily revert GEGL dependency to 0.4.22 for release

... and work around the missing gegl_buffer_share_storage() API in
gimp:replace.
This commit is contained in:
Ell
2020-02-22 22:23:12 +02:00
parent 696bb3fa21
commit 6bed57abe2
3 changed files with 35 additions and 26 deletions

View File

@ -518,7 +518,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 4
#define GEGL_REQUIRED_MICRO 23
#define GEGL_REQUIRED_MICRO 22
gegl_get_version (&gegl_major_version,
&gegl_minor_version,