mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sci-electronics/lxi-tools: Install bash completions
Closes: https://bugs.gentoo.org/928371 Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python{3_12,3_13} )
|
||||
LUA_COMPAT=( lua5-{1..4} )
|
||||
inherit meson python-any-r1 lua-single gnome2-utils xdg-utils
|
||||
inherit meson python-any-r1 lua-single gnome2-utils xdg-utils bash-completion-r1
|
||||
|
||||
DESCRIPTION="Tools to access devices with LXI"
|
||||
HOMEPAGE="https://github.com/lxi-tools/lxi-tools"
|
||||
@@ -47,6 +47,7 @@ src_configure() {
|
||||
|
||||
local emesonargs=(
|
||||
$(meson_use gui)
|
||||
-Dbashcompletiondir="$(get_bashcompdir)"
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user