summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Marin <christophe@krop.fr>2023-04-24 11:28:08 +0200
committerChristophe Marin <christophe@krop.fr>2023-04-25 08:45:47 +0200
commit0a0269e4f611a39911df0091d45e62ae57c2a7c1 (patch)
tree28847b5f1a1577c883ecd5d31871175b53e1b8cd
parent778554ec28039dd5ddaf536be9776ea0f6301501 (diff)
downloadqtwebengine-0a0269e4f611a39911df0091d45e62ae57c2a7c1.tar.gz
Bump the minimum harfbuzz version
components/paint_preview/common/subset_font.cc includes hp-cplusplus.hh which appeared in harfbuzz 4.3.0. Pick-to: 6.5 Change-Id: I147d1df34e88879826587341be58d00ede1487bb Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake
index 57d6c805c..c073d305d 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -38,7 +38,7 @@ if(PkgConfig_FOUND)
pkg_check_modules(X11 x11)
pkg_check_modules(XPROTO glproto)
pkg_check_modules(GLIB glib-2.0>=2.32.0)
- pkg_check_modules(HARFBUZZ harfbuzz>=2.9.0 harfbuzz-subset>=2.9.0)
+ pkg_check_modules(HARFBUZZ harfbuzz>=4.3.0 harfbuzz-subset>=4.3.0)
pkg_check_modules(JPEG libjpeg IMPORTED_TARGET)
pkg_check_modules(LIBEVENT libevent)
pkg_check_modules(MINIZIP minizip)