From be2b41df68073c577c4e65e2a68435cf25f9ca3a Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 12 Nov 2018 15:56:38 +0100 Subject: 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 Signed-off-by: Michael Olbrich --- rules/bluez.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules/bluez.make') 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 \ -- cgit v1.2.3