mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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
|
if [ "$SDL_SUPPORT" = yes ]; then
|
||||||
# for SDL support
|
# for SDL support
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET SDL SDL_image"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET SDL2"
|
||||||
KODI_SDL="--enable-sdl"
|
KODI_SDL="--enable-sdl"
|
||||||
else
|
else
|
||||||
KODI_SDL="--disable-sdl"
|
KODI_SDL="--disable-sdl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user