mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
SDL_image-host: build with libjpeg support, fix package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
93147fae3e
commit
10f7ad442e
@ -40,12 +40,12 @@ mkdir -p .build-host && cd .build-host
|
||||
--disable-static \
|
||||
--disable-bmp \
|
||||
--disable-gif \
|
||||
--disable-jpg \
|
||||
--enable-jpg \
|
||||
--disable-jpg-shared \
|
||||
--disable-lbm \
|
||||
--disable-pcx \
|
||||
--enable-png \
|
||||
--enable-png-shared \
|
||||
--disable-png-shared \
|
||||
--disable-pnm \
|
||||
--disable-tga \
|
||||
--disable-tif \
|
||||
|
@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.libsdl.org/"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain SDL-host libpng-host"
|
||||
PKG_BUILD_DEPENDS="toolchain SDL-host libpng-host libjpeg-turbo-host"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libsdl_image: A cross-platform Graphic API"
|
||||
|
Loading…
x
Reference in New Issue
Block a user