mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: use $OPENGL instead hardcoded 'Mesa' as GL provider
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3c2481d006
commit
eec7e711fc
@ -49,9 +49,9 @@ else
|
||||
XBMC_XORG="--disable-x11 --disable-xrandr"
|
||||
fi
|
||||
|
||||
if [ "$OPENGL" = "Mesa" ]; then
|
||||
if [ ! "$OPENGL" = "no" ]; then
|
||||
# for OpenGL (GLX) support
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET Mesa glu glew"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET $OPENGL glu glew"
|
||||
XBMC_OPENGL="--enable-gl"
|
||||
else
|
||||
XBMC_OPENGL="--disable-gl"
|
||||
|
Loading…
x
Reference in New Issue
Block a user