mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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"
|
||||
fi
|
||||
if [ $DEVTOOLS = yes ]; then
|
||||
DEVTOOLS_CONFIG="--enable-bccmd --enable-test"
|
||||
DEVTOOLS_CONFIG="--enable-bccmd --enable-test --enable-tools"
|
||||
else
|
||||
DEVTOOLS_CONFIG="--disable-bccmd --disable-test"
|
||||
DEVTOOLS_CONFIG="--disable-bccmd --disable-test --disable-tools"
|
||||
fi
|
||||
|
||||
./configure --host=$TARGET_NAME \
|
||||
@ -39,7 +39,6 @@ fi
|
||||
--enable-alsa \
|
||||
--disable-usb \
|
||||
--disable-netlink \
|
||||
--enable-tools \
|
||||
--disable-hidd \
|
||||
--disable-pand \
|
||||
--disable-dund \
|
||||
|
Loading…
x
Reference in New Issue
Block a user