mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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"
|
XBMC_XORG="--disable-x11 --disable-xrandr"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OPENGL" = "Mesa" ]; then
|
if [ ! "$OPENGL" = "no" ]; then
|
||||||
# for OpenGL (GLX) support
|
# 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"
|
XBMC_OPENGL="--enable-gl"
|
||||||
else
|
else
|
||||||
XBMC_OPENGL="--disable-gl"
|
XBMC_OPENGL="--disable-gl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user