Skip to content

Commit 7b03d0b

Browse files
stamphopatricia-gallardo
authored andcommitted
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 <[email protected]>
1 parent 6f76ff5 commit 7b03d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/buildtools/configure.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
]
7676
},
7777
"webengine-harfbuzz": {
78-
"label": "harfbuzz >= 2.2.0",
78+
"label": "harfbuzz >= 2.4.0",
7979
"sources": [
80-
{ "type": "pkgConfig", "args": "harfbuzz >= 2.2.0" }
80+
{ "type": "pkgConfig", "args": "harfbuzz >= 2.4.0 harfbuzz-subset >= 2.4.0" }
8181
]
8282
},
8383
"webengine-jpeglib": {

0 commit comments

Comments
 (0)