mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
build bluez-tools only if devtools is enabled
This commit is contained in:
parent
4944357da8
commit
ebf3fead19
@ -16,9 +16,9 @@ else
|
|||||||
DEBUG_CONFIG="--disable-debug"
|
DEBUG_CONFIG="--disable-debug"
|
||||||
fi
|
fi
|
||||||
if [ $DEVTOOLS = yes ]; then
|
if [ $DEVTOOLS = yes ]; then
|
||||||
DEVTOOLS_CONFIG="--enable-bccmd --enable-test"
|
DEVTOOLS_CONFIG="--enable-bccmd --enable-test --enable-tools"
|
||||||
else
|
else
|
||||||
DEVTOOLS_CONFIG="--disable-bccmd --disable-test"
|
DEVTOOLS_CONFIG="--disable-bccmd --disable-test --disable-tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
@ -39,7 +39,6 @@ fi
|
|||||||
--enable-alsa \
|
--enable-alsa \
|
||||||
--disable-usb \
|
--disable-usb \
|
||||||
--disable-netlink \
|
--disable-netlink \
|
||||||
--enable-tools \
|
|
||||||
--disable-hidd \
|
--disable-hidd \
|
||||||
--disable-pand \
|
--disable-pand \
|
||||||
--disable-dund \
|
--disable-dund \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user