We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c27a00 commit aaff2e7Copy full SHA for aaff2e7
build/lin.sh
@@ -353,7 +353,7 @@ build_freetype() {
353
$CURL https://github.com/freetype/freetype/archive/VER-${VERSION_FREETYPE//./-}.tar.gz | tar xzC ${DEPS}/freetype --strip-components=1
354
cd ${DEPS}/freetype
355
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
356
- -Dzlib=enabled -Dpng=disabled -Dbrotli=disabled -Dbzip2=disabled "$@"
+ -Dzlib=enabled -Dpng=enabled -Dbrotli=disabled -Dbzip2=disabled "$@"
357
meson install -C _build --tag devel
358
}
359
build_freetype -Dharfbuzz=disabled
0 commit comments