diff --git a/build-cmd.sh b/build-cmd.sh index a77ab07..14a2b7d 100755 --- a/build-cmd.sh +++ b/build-cmd.sh @@ -157,7 +157,7 @@ pushd "$FREETYPELIB_SOURCE_DIR" CXXFLAGS="$opts" \ CPPFLAGS="-I$stage/packages/include/zlib-ng" \ LDFLAGS="$plainopts -L$stage/packages/lib/release -Wl,--exclude-libs,libz" \ - ./configure --with-pic --without-bzip2 \ + ./configure --with-pic --without-bzip2 --without-brotli --without-harfbuzz \ --prefix="$stage" --libdir="$stage"/lib/release/ make -j$(nproc) make install