mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: depends on package 'glu'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
eb019dbf27
commit
ed6a7705d6
@ -31,7 +31,7 @@ else
|
||||
XBMC_XORG="--disable-x11 --disable-xrandr"
|
||||
fi
|
||||
|
||||
if [ "$OPENGL_SUPPORT" = yes ]; then
|
||||
if [ "$OPENGL" = "Mesa" ]; then
|
||||
XBMC_OPENGL="--enable-gl"
|
||||
else
|
||||
XBMC_OPENGL="--disable-gl"
|
||||
|
@ -60,10 +60,10 @@ if [ "$DISPLAYSERVER" = "xorg-server" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS SDL SDL_image"
|
||||
fi
|
||||
|
||||
if [ "$OPENGL_SUPPORT" = yes ]; then
|
||||
if [ "$OPENGL" = "Mesa" ]; then
|
||||
# for OpenGL (GLX) support
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS $OPENGL glew"
|
||||
PKG_DEPENDS="$PKG_DEPENDS $OPENGL glew"
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS Mesa glu glew"
|
||||
PKG_DEPENDS="$PKG_DEPENDS Mesa glu glew"
|
||||
fi
|
||||
|
||||
if [ "$OPENGLES_SUPPORT" = yes ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user