mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: lucas.sinn@wolfvision.net, mtr@pengutronix.de
Subject: [ptxdist] [PATCH] bluez: cleanup default configuration values
Date: Thu, 12 Sep 2024 10:57:25 +0200	[thread overview]
Message-ID: <20240912085725.1864129-1-m.tretter@pengutronix.de> (raw)

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




             reply	other threads:[~2024-09-12  8:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12  8:57 Michael Tretter [this message]
2024-09-16 14:34 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240912085725.1864129-1-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=lucas.sinn@wolfvision.net \
    --cc=mtr@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox