mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
print: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
f6c75028ce
commit
04d3c53c85
@ -7,15 +7,15 @@ PKG_VERSION="2.10.4"
|
||||
PKG_SHA256="86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.freetype.org"
|
||||
PKG_URL="http://download.savannah.gnu.org/releases/freetype/freetype-$PKG_VERSION.tar.xz"
|
||||
PKG_URL="http://download.savannah.gnu.org/releases/freetype/freetype-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_HOST="toolchain:host"
|
||||
PKG_DEPENDS_TARGET="toolchain zlib libpng"
|
||||
PKG_LONGDESC="The FreeType engine is a free and portable TrueType font rendering engine."
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
# package specific configure options
|
||||
PKG_CONFIGURE_OPTS_TARGET="LIBPNG_CFLAGS=-I$SYSROOT_PREFIX/usr/include \
|
||||
LIBPNG_LDFLAGS=-L$SYSROOT_PREFIX/usr/lib \
|
||||
PKG_CONFIGURE_OPTS_TARGET="LIBPNG_CFLAGS=-I${SYSROOT_PREFIX}/usr/include \
|
||||
LIBPNG_LDFLAGS=-L${SYSROOT_PREFIX}/usr/lib \
|
||||
--with-zlib"
|
||||
|
||||
pre_configure_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user