mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] bluez: cleanup default configuration values
@ 2024-09-12  8:57 Michael Tretter
  2024-09-16 14:34 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2024-09-12  8:57 UTC (permalink / raw)
  To: ptxdist; +Cc: lucas.sinn, mtr

Use the special value "no" to actually disable the zsh completions
instead of using an empty path.

Use the value "dummy" for the phonebook, which bluez uses to internally
to replace an empty string, and make the default explicit.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/bluez.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/bluez.make b/rules/bluez.make
index 7838a096e0ed..d0c3a2f7399b 100644
--- a/rules/bluez.make
+++ b/rules/bluez.make
@@ -88,11 +88,11 @@ BLUEZ_CONF_OPT	:= $(CROSS_AUTOCONF_USR) \
 	--with-dbusconfdir=/usr/share \
 	--with-dbussystembusdir=/usr/share/dbus-1/system-services \
 	--with-dbussessionbusdir=/usr/share/dbus-1/services \
-	--with-zsh-completion-dir= \
+	--with-zsh-completion-dir=no \
 	--with-udevdir=/usr/lib/udev \
 	--with-systemdsystemunitdir=/usr/lib/systemd/system \
 	--with-systemduserunitdir=/usr/lib/systemd/user \
-	--with-phonebook=
+	--with-phonebook=dummy
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-16 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-12  8:57 [ptxdist] [PATCH] bluez: cleanup default configuration values Michael Tretter
2024-09-16 14:34 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox