mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
SDL: depends on package 'glu'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ed6a7705d6
commit
4913ea30a8
@ -34,7 +34,7 @@ else
|
|||||||
SDL_X11="$SDL_X11 --disable-video-x11-vm --disable-video-x11-xv --without-x"
|
SDL_X11="$SDL_X11 --disable-video-x11-vm --disable-video-x11-xv --without-x"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OPENGL_SUPPORT" = yes ]; then
|
if [ "$OPENGL" = "Mesa" ]; then
|
||||||
SDL_OPENGL="--enable-video-opengl"
|
SDL_OPENGL="--enable-video-opengl"
|
||||||
else
|
else
|
||||||
SDL_OPENGL="--disable-video-opengl"
|
SDL_OPENGL="--disable-video-opengl"
|
||||||
|
@ -40,9 +40,9 @@ if [ "$DISPLAYSERVER" = "xorg-server" ]; then
|
|||||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libX11 libXrandr"
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libX11 libXrandr"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OPENGL_SUPPORT" = yes ]; then
|
if [ "$OPENGL" = "Mesa" ]; then
|
||||||
PKG_DEPENDS="$PKG_DEPENDS $OPENGL"
|
PKG_DEPENDS="$PKG_DEPENDS Mesa glu"
|
||||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS $OPENGL"
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS Mesa glu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
|
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user