build: Bump the harfbuzz requirement to 4.0

The hb_font_get_glyph_shape api was introduced
in 4.0.
This commit is contained in:
Matthias Clasen
2023-07-01 22:47:06 -04:00
parent 59e4f7b0da
commit db7f38e550

View File

@@ -14,7 +14,7 @@ project('gtk', 'c',
glib_req = '>= 2.72.0'
introspection_req = '>= 1.72.0' # keep this in sync with glib
pango_req = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh
harfbuzz_req = '>= 2.6.0'
harfbuzz_req = '>= 4.0.0'
fribidi_req = '>= 1.0.6'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'