sdl_image: add host version

Host version is needed to build xbmc

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Maxime Hadjinlian 2014-02-18 00:37:11 +01:00 committed by Peter Korsgaard
parent 102f86e8d4
commit e72b7a4e8c
1 changed files with 11 additions and 0 deletions

View File

@ -38,4 +38,15 @@ SDL_IMAGE_DEPENDENCIES = sdl \
$(if $(BR2_PACKAGE_SDL_IMAGE_TIFF),tiff) \
$(if $(BR2_PACKAGE_SDL_IMAGE_WEBP),webp)
HOST_SDL_IMAGE_CONF_OPT = --with-sdl-prefix=$(HOST_DIR)/usr \
--with-sdl-exec-prefix=$(HOST_DIR)/usr \
--disable-sdltest \
--disable-static \
--disable-jpg-shared \
--disable-png-shared \
--disable-tif-shared \
HOST_SDL_IMAGE_DEPENDENCIES = host-libjpeg host-libpng host-sdl
$(eval $(autotools-package))
$(eval $(host-autotools-package))