From 3a5342163aced5ed1574e42d375eefc963c24ad0 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 16 Mar 2020 21:35:23 +0100 Subject: [PATCH] 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 --- src/gui/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ],