summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-16 19:31:20 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-16 19:32:46 -0500
commitb3dd3103eff027344413af1b8572d906c79a6868 (patch)
tree1518bc336718b64e730770795413ab6bb61072e8 /meson.build
parentac8f01fe00b57c511c1caf8dcef01bff249ea8f9 (diff)
downloadpango-b3dd3103eff027344413af1b8572d906c79a6868.tar.gz
build: Bump the harfbuzz req
We are using the hb metrics api in more places now, so just require 2.6.0 where it was introduced. That version is almost 2 years old now, so that is hopefully not too much of a burden.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3caec030..37bcf6cb 100644
--- a/meson.build
+++ b/meson.build
@@ -228,7 +228,7 @@ pango_deps = []
glib_req_version = '>= 2.62'
fribidi_req_version = '>= 1.0.6'
libthai_req_version = '>= 0.1.9'
-harfbuzz_req_version = '>= 2.2.0'
+harfbuzz_req_version = '>= 2.6.0'
fontconfig_req_version = '>= 2.13.0'
xft_req_version = '>= 2.0.0'
cairo_req_version = '>= 1.12.10'