summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-29 06:31:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:28 -0400
commit636c1448d3428c95abdf4578fcd2f3a96f2193f5 (patch)
tree1d8539ad222156e9110666ab8e5f8fb6e13365d6
parent4aa0177b6e98ca992564407113bd097b514289dc (diff)
downloadpango-636c1448d3428c95abdf4578fcd2f3a96f2193f5.tar.gz
Bump harfbuzz dep
This is an attempt to see if the DirectWrite support works better in 4.4.1.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8c9399d7..e410b7d4 100644
--- a/meson.build
+++ b/meson.build
@@ -240,7 +240,7 @@ pango_deps = []
glib_req_version = '>= 2.62'
fribidi_req_version = '>= 1.0.6'
libthai_req_version = '>= 0.1.9'
-harfbuzz_req_version = '>= 4.3.0'
+harfbuzz_req_version = '>= 4.4.1'
fontconfig_req_version = '>= 2.13.0'
cairo_req_version = '>= 1.12.10'