mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
boblightd: fix build error
This commit is contained in:
parent
e45072720c
commit
ce0440c8b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user