meson, app: depend on GEGL 0.4.49.

Main dev branch of GIMP always depends on the HEAD of babl and GEGL
anyway, but that's just so that we maybe have less people reporting GIMP
not building because they use a stable release version of GEGL (though
it won't take care of the case of people using an older 0.4.49 build
which also won't have the newer API).
This commit is contained in:
Jehan 2024-08-20 00:22:01 +02:00
parent 4808dcd4cc
commit 8844e57a0c
2 changed files with 2 additions and 2 deletions

View file

@ -502,7 +502,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 4
#define GEGL_REQUIRED_MICRO 48
#define GEGL_REQUIRED_MICRO 49
gegl_get_version (&gegl_major_version,
&gegl_minor_version,

View file

@ -384,7 +384,7 @@ freetype2_minver = '2.1.7'
freetype2 = dependency('freetype2', version: '>='+freetype2_minver)
gdk_pixbuf_minver = '2.30.8'
gdk_pixbuf = dependency('gdk-pixbuf-2.0', version: '>='+gdk_pixbuf_minver)
gegl_minver = '0.4.48'
gegl_minver = '0.4.49'
gegl = dependency('gegl-0.4', version: '>='+gegl_minver)
exiv2_minver = '0.27.4'
exiv2 = dependency('exiv2', version: '>='+exiv2_minver)