Skip to content

Commit 20ae63b

Browse files
committed
Disable Brotli support in freetype build configuration
Signed-off-by: xiaoming <quardxiaoming@gmail.com>
1 parent 92caa39 commit 20ae63b

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

-344 Bytes
Binary file not shown.

target_root_app/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ build_freetype()
349349
--prefix=$SHELL_FOLDER/output \
350350
--disable-static \
351351
--with-harfbuzz=no \
352+
--with-brotli=no \
352353
--with-zlib=$SHELL_FOLDER/output \
353354
--with-png=$SHELL_FOLDER/output \
354355
CXX=$CROSS_PREFIX-g++ \

0 commit comments

Comments
 (0)