Skip to content

Commit 367fc80

Browse files
committed
Harfbuzz: Disable ICU
This seems to pull in a system ICU (on the libretro ARM M1 buildbot)
1 parent d9aa85b commit 367fc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FREETYPE_ARGS="-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
1818
FREETYPE_DIR="freetype-2.13.3"
1919

2020
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
21+
HARFBUZZ_ARGS="-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
2222
HARFBUZZ_DIR="harfbuzz-10.4.0"
2323

2424
PIXMAN_URL="https://cairographics.org/releases/pixman-0.44.2.tar.gz"

0 commit comments

Comments
 (0)