boblightd: cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-30 21:43:53 +01:00
parent f351fb8f02
commit 582b6e02ec

View File

@ -24,7 +24,7 @@
. config/options $1
if [ ! "$OPENGL_SUPPORT" = "yes" ] ; then
if [ ! "$OPENGL" = "Mesa" ]; then
EXTRAOPTS="--without-opengl"
fi