kodi: build with SDL2 support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-31 11:08:21 +01:00
parent 8ff5adcc4b
commit b3693c4596

View File

@ -67,7 +67,7 @@ fi
if [ "$SDL_SUPPORT" = yes ]; then
# for SDL support
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET SDL SDL_image"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET SDL2"
KODI_SDL="--enable-sdl"
else
KODI_SDL="--disable-sdl"