Thanks, applied as d15d8398f468218b122405f1937ff33c878e996a.

Michael

[sent from post-receive hook]

On Mon, 16 Sep 2024 16:34:12 +0200, Michael Tretter <[email protected]> 
wrote:
> 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]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> 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

Reply via email to