summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/buildtools/configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 4948ca9a9..f401deb2e 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -75,9 +75,9 @@
]
},
"webengine-harfbuzz": {
- "label": "harfbuzz >= 2.2.0",
+ "label": "harfbuzz >= 2.4.0",
"sources": [
- { "type": "pkgConfig", "args": "harfbuzz >= 2.2.0" }
+ { "type": "pkgConfig", "args": "harfbuzz >= 2.4.0 harfbuzz-subset >= 2.4.0" }
]
},
"webengine-jpeglib": {