build bluez-tools only if devtools is enabled

This commit is contained in:
Stephan Raue 2009-07-28 21:22:31 +02:00
parent 4944357da8
commit ebf3fead19

View File

@ -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 \