summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-11-12 15:56:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-17 19:00:12 +0100
commitbe2b41df68073c577c4e65e2a68435cf25f9ca3a (patch)
tree228c229c3c25003c86fbd8c9155bea6a37d6e805
parent002a328e361b5299393080773985625999629472 (diff)
downloadptxdist-be2b41df68073c577c4e65e2a68435cf25f9ca3a.tar.gz
ptxdist-be2b41df68073c577c4e65e2a68435cf25f9ca3a.tar.xz
bluez: make it possible to disable building the tools
Until now, PTXCONF_BLUEZ_UTILS only had an effect on which tools were installed in the targetinstall stage, but it can also be used to disable the respective configure options in the prepare stage so the tools are only built when needed. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/bluez.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/bluez.make b/rules/bluez.make
index 3ca8b9cb7..b161d2730 100644
--- a/rules/bluez.make
+++ b/rules/bluez.make
@@ -43,8 +43,8 @@ BLUEZ_CONF_OPT := $(CROSS_AUTOCONF_USR) \
--enable-threads \
--enable-library \
--$(call ptx/endis, PTXCONF_BLUEZ_INSTALL_TESTSCRIPTS)-test \
- --enable-tools \
- --enable-monitor \
+ --$(call ptx/endis, PTXCONF_BLUEZ_UTILS)-tools \
+ --$(call ptx/endis, PTXCONF_BLUEZ_UTILS)-monitor \
--enable-udev \
--disable-cups \
--disable-obex \