summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2020-12-03 15:05:51 +0100
committerPeter Varga <pvarga@inf.u-szeged.hu>2020-12-08 13:30:29 +0100
commitdad48eb41d1b4b4b32c73884a1c29dd6d9408c33 (patch)
tree36f7d7998e38d730c7f981e50c86f31c341784ed
parent3215168f0dc1dee1064d9063b2748e64cc2577bc (diff)
Update minimum HarfBuzz version to 2.4.0
Chromium uses HarfBuzz only for font subsetting since the 83-based update and it can't be built with older HarfBuzz version than 2.4.0. Task-number: QTBUG-88976 Change-Id: Ibcea31b487c3f8d1b3f9b8566b95ddf2a35987bb Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/buildtools/configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 4948ca9a9..f401deb2e 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -75,9 +75,9 @@
]
},
"webengine-harfbuzz": {
- "label": "harfbuzz >= 2.2.0",
+ "label": "harfbuzz >= 2.4.0",
"sources": [
- { "type": "pkgConfig", "args": "harfbuzz >= 2.2.0" }
+ { "type": "pkgConfig", "args": "harfbuzz >= 2.4.0 harfbuzz-subset >= 2.4.0" }
]
},
"webengine-jpeglib": {