mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
SDL_ttf: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8dd42a2bb9
commit
5533e99152
@ -3,6 +3,8 @@
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
touch NEWS AUTHORS ChangeLog && do_autoreconf
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
@ -10,6 +12,7 @@ cd $PKG_BUILD
|
||||
--localstatedir=/var \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--with-sdl-prefix=$SYSROOT_PREFIX/usr \
|
||||
|
||||
make
|
||||
|
||||
|
@ -12,3 +12,5 @@ PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libsdl_ttf: A library to use TrueType fonts in SDL applications"
|
||||
PKG_LONGDESC="This is a sample library which allows you to use TrueType fonts in your SDL applications. It comes with an example program 'showfont' which displays an example string for a given TrueType font file."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user