meson: fix babl's requirement.
In commit 44ba2219fb, the sanity check version was bumped, but not the
meson check!
This commit is contained in:
parent
923b7e09b5
commit
fe11617a8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue