boblightd: use $OPENGL instead hardcoded 'Mesa' as GL provider

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-12 16:36:17 +02:00
parent eec7e711fc
commit c98854a689

View File

@ -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