package/tio: install bash-completions

See meson_options.txt file [1].

[1] https://github.com/tio/tio/blob/master/meson_options.txt

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Marcus Hoffmann
2024-02-13 12:49:31 +01:00
committed by Thomas Petazzoni
parent c53455ea4f
commit c306853074

View File

@@ -11,4 +11,10 @@ TIO_LICENSE = GPL-2.0+
TIO_LICENSE_FILES = LICENSE
TIO_DEPENDENCIES = inih
ifeq ($(BR2_PACKAGE_BASH_COMPLETION),y)
TIO_CONF_OPTS +=-Dbashcompletiondir=/usr/share/bash-completion/completions
else
TIO_CONF_OPTS +=-Dbashcompletiondir=no
endif
$(eval $(meson-package))