mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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:
committed by
Thomas Petazzoni
parent
c53455ea4f
commit
c306853074
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user