SDL_image-host: build with libjpeg support, fix package

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-21 00:18:24 +02:00
parent 93147fae3e
commit 10f7ad442e
2 changed files with 3 additions and 3 deletions

View File

@ -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 \

View File

@ -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"