From 0beb416b53782f4b8f5a3d2aaf32e64dd89ba3d1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 Jul 2023 22:47:06 -0400 Subject: [PATCH] build: Bump the harfbuzz requirement to 4.0 The hb_font_get_glyph_shape api was introduced in 4.0. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3a933a1a31..8957917fd1 100644 --- a/meson.build +++ b/meson.build @@ -14,7 +14,7 @@ project('gtk', 'c', glib_req = '>= 2.76.0' introspection_req = '>= 1.76.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'