mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
boblightd: use $OPENGL instead hardcoded 'Mesa' as GL provider
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
eec7e711fc
commit
c98854a689
@ -42,7 +42,7 @@ if [ "$OPENGL_SUPPORT" = "yes" ] ; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET Mesa glu"
|
||||
fi
|
||||
|
||||
if [ ! "$OPENGL" = "Mesa" ]; then
|
||||
if [ "$OPENGL" = "no" ]; then
|
||||
EXTRAOPTS="--without-opengl"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user