Skip to content

Commit aaff2e7

Browse files
authored
Build FreeType with libpng support (#228)
Allows use of OpenType fonts with CBDT raster glyphs
1 parent 8c27a00 commit aaff2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/lin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ build_freetype() {
353353
$CURL https://github.com/freetype/freetype/archive/VER-${VERSION_FREETYPE//./-}.tar.gz | tar xzC ${DEPS}/freetype --strip-components=1
354354
cd ${DEPS}/freetype
355355
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
356-
-Dzlib=enabled -Dpng=disabled -Dbrotli=disabled -Dbzip2=disabled "$@"
356+
-Dzlib=enabled -Dpng=enabled -Dbrotli=disabled -Dbzip2=disabled "$@"
357357
meson install -C _build --tag devel
358358
}
359359
build_freetype -Dharfbuzz=disabled

0 commit comments

Comments
 (0)