mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
meson: tools: install bash-completion files
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
@@ -286,3 +286,7 @@ if init_script == 'systemd'
|
||||
install_dir: prefix / 'lib' / 'systemd' / 'system',
|
||||
)
|
||||
endif
|
||||
|
||||
if bash_completion_dep.found()
|
||||
subdir('bash-completion')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user