mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: build with SDL2 support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8ff5adcc4b
commit
b3693c4596
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user