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 <[email protected]> --- 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
