summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-03-25 16:12:34 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-29 13:09:42 +0000
commit8a0c59510c3be2ef5e880f9486f22a9533e00377 (patch)
tree358e4277a1b7c3a51a9d4144582340698165b76f
parent3fc220377455cb15a7e65cfc63707df552650887 (diff)
Fix incorrect harfbuzz version
We do require at least harfbuz 2.2 We need hb-aat.h for opentype. Change-Id: Ia2814de6045884b4574ee6c55e74f04005321ac2 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/core/configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index f111247e4..6bc6a213c 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -86,9 +86,9 @@
]
},
"webengine-harfbuzz": {
- "label": "harfbuzz >= 2.0.0",
+ "label": "harfbuzz >= 2.2.0",
"sources": [
- { "type": "pkgConfig", "args": "harfbuzz >= 2.0.0" }
+ { "type": "pkgConfig", "args": "harfbuzz >= 2.2.0" }
]
},
"webengine-glib": {