preload-hacks: Some patches to make it work.
[termux-packages] / packages / freetype / build.sh
CommitLineData
bf5de719 1TERMUX_PKG_HOMEPAGE=https://www.freetype.org
59f0d218 2TERMUX_PKG_DESCRIPTION="Software font engine capable of producing high-quality output"
65c29fa8
FF
3TERMUX_PKG_VERSION=2.9
4TERMUX_PKG_SHA256=e6ffba3c8cef93f557d1f767d7bc3dee860ac7a3aaff588a521e081bc36f4c8a
bf5de719 5TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/freetype/freetype2/${TERMUX_PKG_VERSION}/freetype-${TERMUX_PKG_VERSION}.tar.bz2
59f0d218 6TERMUX_PKG_DEPENDS="libbz2, libpng"
0b529442 7TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/freetype-config share/man/man1/freetype-config.1"
59f0d218
FF
8# Use with-harfbuzz=no to avoid circular dependency between freetype and harfbuzz:
9TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-harfbuzz=no"