Bump the minimum requirement for harfbuzz to version 2.6.0

That will give better text rendering capabilities in Qt and allow
us to clean up some more code.

Change-Id: Ia11b7ab57cda8320047381224989766b854e8ca5
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
bb10
Lars Knoll 2020-03-16 21:35:23 +01:00
parent 47b1e883e4
commit 3a5342163a
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@
"label": "HarfBuzz",
"test": {
"tail": [
"#if !HB_VERSION_ATLEAST(1, 6, 0)",
"#if !HB_VERSION_ATLEAST(2, 6, 0)",
"# error This version of harfbuzz is too old.",
"#endif"
],