summaryrefslogtreecommitdiffstats
path: root/rules/bluez.in
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2016-04-15 09:32:38 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2016-04-15 09:39:39 +0200
commit76b109e4dc832f861db035aa0443cb2c3082ca21 (patch)
treeacb04104d29e8e975f12f00306bd4d88a6540379 /rules/bluez.in
parent83fa28972d736306ccaf9518e3f3a34b9b73768b (diff)
downloadptxdist-76b109e4dc832f861db035aa0443cb2c3082ca21.tar.gz
ptxdist-76b109e4dc832f861db035aa0443cb2c3082ca21.tar.xz
bluez: allow to disable libreadline
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/bluez.in')
-rw-r--r--rules/bluez.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/rules/bluez.in b/rules/bluez.in
index fc2601e19..e14135dd6 100644
--- a/rules/bluez.in
+++ b/rules/bluez.in
@@ -8,7 +8,7 @@ menuconfig BLUEZ
select DBUS
select GLIB
select UDEV
- select READLINE
+ select READLINE if BLUEZ_CLIENT
select PYGOBJECT if BLUEZ_INSTALL_TESTSCRIPTS
select DBUS_PYTHON if BLUEZ_INSTALL_TESTSCRIPTS
help
@@ -26,10 +26,15 @@ config BLUEZ_SYSTEMD_UNIT
config BLUEZ_UTILS
bool "install bluez tools"
help
- install the tools "bccmd bluemoon bluetoothctl btmon ciptool hciattach
+ install the tools "bccmd bluemoon btmon ciptool hciattach
hciconfig hcidump hcitool hex2hcd l2ping l2test mpris-proxy rctest
rfcomm sdptoolciptool l2ping hcitool rctest rfcomm" and "sdptool"
+config BLUEZ_CLIENT
+ bool "install client tools: bluetoothctl, gatttool"
+ help
+ install the client tools bluetoothctl and gatttool
+
config BLUEZ_INSTALL_TESTSCRIPTS
bool "install testscripts"
help