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
parent
47b1e883e4
commit
3a5342163a
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue