1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 13:16:43 +00:00

add libicu to harfbuzz build dependencies (#1445)

#1169
This commit is contained in:
Stephen 2017-09-20 13:20:07 -07:00 committed by Fredrik Fornwall
parent f913d37182
commit 6fcac94774

View File

@ -4,5 +4,6 @@ TERMUX_PKG_VERSION=1.5.1
TERMUX_PKG_SHA256=56838dfdad2729b8866763c82d623354d138a4d99d9ffb710c7d377b5cfc7c51
TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_DEPENDS="freetype,glib,libbz2,libpng,libgraphite"
TERMUX_PKG_BUILD_DEPENDS="libicu"
TERMUX_PKG_DEVPACKAGE_DEPENDS="libgraphite-dev"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-icu=yes --with-graphite2=yes --disable-gtk-doc-html"