mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
meson: bump harfbuzz's minimum requirement to version 2.8.2.
Commit 81a68ae758
added usage of hb_blob_create_from_file_or_fail().
Since Debian bookworm has harfbuzz 6.0.0, this is not a big deal, but
the minimum requirement should still be bumped in our build scripts.
This commit is contained in:
parent
d11e45967f
commit
970fc86548
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ gmodule = dependency('gmodule-no-export-2.0')
|
||||||
|
|
||||||
gtk3_minver = '3.24.0'
|
gtk3_minver = '3.24.0'
|
||||||
gtk3 = dependency('gtk+-3.0', version: '>='+gtk3_minver)
|
gtk3 = dependency('gtk+-3.0', version: '>='+gtk3_minver)
|
||||||
harfbuzz_minver = '1.0.5'
|
harfbuzz_minver = '2.8.2'
|
||||||
harfbuzz = dependency('harfbuzz', version: '>='+harfbuzz_minver)
|
harfbuzz = dependency('harfbuzz', version: '>='+harfbuzz_minver)
|
||||||
json_glib = dependency('json-glib-1.0', version: '>=1.2.6')
|
json_glib = dependency('json-glib-1.0', version: '>=1.2.6')
|
||||||
lcms_minver = '2.8'
|
lcms_minver = '2.8'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue