We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9aa85b commit 367fc80Copy full SHA for 367fc80
shared/packages.sh
@@ -18,7 +18,7 @@ FREETYPE_ARGS="-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
18
FREETYPE_DIR="freetype-2.13.3"
19
20
HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/10.4.0/harfbuzz-10.4.0.tar.xz"
21
-HARFBUZZ_ARGS="-Dfreetype=enabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
+HARFBUZZ_ARGS="-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
22
HARFBUZZ_DIR="harfbuzz-10.4.0"
23
24
PIXMAN_URL="https://cairographics.org/releases/pixman-0.44.2.tar.gz"
0 commit comments