From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 12 Sep 2024 10:57:46 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sofe6-003jsf-2U for lore@lore.pengutronix.de; Thu, 12 Sep 2024 10:57:46 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sofe5-0002fz-Ol; Thu, 12 Sep 2024 10:57:45 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sofdl-0002f1-UP; Thu, 12 Sep 2024 10:57:25 +0200 From: Michael Tretter To: ptxdist@pengutronix.de Date: Thu, 12 Sep 2024 10:57:25 +0200 Message-Id: <20240912085725.1864129-1-m.tretter@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] bluez: cleanup default configuration values X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: lucas.sinn@wolfvision.net, mtr@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false 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 --- 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