mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
xbmc: depends on package 'glu'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user