mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
bluez: build and install tools on release builds too, this fixes #2533
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
55dbd095b1
commit
2cb90ed884
@ -42,9 +42,9 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DEVTOOLS" = "yes" ]; then
|
if [ "$DEVTOOLS" = "yes" ]; then
|
||||||
BLUEZ_CONFIG="$BLUEZ_CONFIG --enable-monitor --enable-test --enable-tools"
|
BLUEZ_CONFIG="$BLUEZ_CONFIG --enable-monitor --enable-test"
|
||||||
else
|
else
|
||||||
BLUEZ_CONFIG="$BLUEZ_CONFIG --disable-monitor --disable-test --disable-tools"
|
BLUEZ_CONFIG="$BLUEZ_CONFIG --disable-monitor --disable-test"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-dependency-tracking \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-dependency-tracking \
|
||||||
@ -58,6 +58,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-dependency-tracking \
|
|||||||
--disable-obex \
|
--disable-obex \
|
||||||
--enable-client \
|
--enable-client \
|
||||||
--disable-systemd \
|
--disable-systemd \
|
||||||
|
--enable-tools \
|
||||||
--enable-datafiles \
|
--enable-datafiles \
|
||||||
--disable-experimental \
|
--disable-experimental \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user