boblightd: fix build error

This commit is contained in:
Stefan Saraev 2012-05-07 12:56:10 +03:00
parent acde2600ff
commit a248953043

View File

@ -24,12 +24,16 @@
. config/options $1
if [ ! "$OPENGL_SUPPORT" = "yes" ] ; then
EXTRAOPTS="--without-opengl"
fi
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
$EXTRAOPTS \
--without-portaudio \
make