meson: fix babl's requirement.

In commit 44ba2219fb, the sanity check version was bumped, but not the
meson check!
This commit is contained in:
Jehan 2025-12-14 22:59:03 +01:00
parent 923b7e09b5
commit fe11617a8f

View file

@ -434,7 +434,7 @@ mscms = platform_windows ? cc.find_library('mscms') : no_dep
atk_minver = '2.4.0'
atk = dependency('atk', version: '>='+atk_minver)
babl_minver = '0.1.116'
babl_minver = '0.1.118'
babl = dependency('babl-0.1', version: '>='+babl_minver)
# TODO: we want to bump to Cairo 1.17.2 when possible in order to use
# CAIRO_FORMAT_RGBA128F unconditionally. At time of writing, it's not possible