mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
SDL_image: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ced7d15a53
commit
603f57fdc6
@ -3,6 +3,11 @@
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
# create some files needed for autoreconf
|
||||
touch NEWS AUTHORS ChangeLog
|
||||
do_autoreconf
|
||||
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
@ -25,6 +30,7 @@ cd $PKG_BUILD
|
||||
--enable-xcf \
|
||||
--enable-xpm \
|
||||
--enable-xv \
|
||||
--with-sdl-prefix=$SYSROOT_PREFIX/usr \
|
||||
|
||||
make
|
||||
|
||||
|
@ -12,3 +12,5 @@ PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libsdl_image: A cross-platform Graphic API"
|
||||
PKG_LONGDESC="SDL_image is an image loading library that is used with the SDL library, and almost as portable. It allows a programmer to use multiple image formats without having to code all the loading and conversion algorithms themselves."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user