mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
splashutils: build with ttf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
dfd5e2fd95
commit
7ac3ee174c
@ -37,8 +37,8 @@ cd $PKG_BUILD
|
||||
--without-gpm \
|
||||
--without-mng \
|
||||
--with-png \
|
||||
--without-ttf \
|
||||
--without-ttf-kernel \
|
||||
--with-ttf \
|
||||
--with-ttf-kernel \
|
||||
--with-essential-prefix="/" \
|
||||
--with-essential-bindir="/bin" \
|
||||
--with-essential-sbindir="/sbin" \
|
||||
|
@ -30,5 +30,8 @@ mkdir -p $INSTALL/lib
|
||||
mkdir -p $INSTALL/bin
|
||||
cp $PKG_BUILD/src/.libs/fbsplashd $INSTALL/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/src/.libs/splash_util $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/etc/splash
|
||||
cp -R $PKG_DIR/theme/openelec $INSTALL/etc/splash
|
@ -24,9 +24,9 @@ PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://dev.gentoo.org/~spock/projects/fbsplash"
|
||||
PKG_URL="http://dev.gentoo.org/~spock/projects/fbsplash/archive//$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="libpng libjpeg-turbo"
|
||||
PKG_BUILD_DEPENDS="toolchain libpng libjpeg-turbo"
|
||||
PKG_URL="http://dev.gentoo.org/~spock/projects/fbsplash/archive/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="libpng libjpeg-turbo freetype"
|
||||
PKG_BUILD_DEPENDS="toolchain libpng libjpeg-turbo freetype"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="splashutils:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user