summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-03-16 21:35:23 +0100
committerLars Knoll <lars.knoll@qt.io>2020-03-17 01:44:35 +0100
commit3a5342163aced5ed1574e42d375eefc963c24ad0 (patch)
tree36b3751dbb8fe1d3ebf93bfe5b33ddd53c7682c8 /src/gui/configure.json
parent47b1e883e4d177729108ba71bf581957885fe46a (diff)
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>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 120539d277..500251a280 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -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"
],