mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 22:23:20 +00:00
trivial: don't install bash completion for fwupdagent unless compat_cli is set
This commit is contained in:
parent
5ebbdccafe
commit
ca91c8a895
@ -15,7 +15,11 @@ if bashcomp.found()
|
||||
)
|
||||
|
||||
if build_daemon
|
||||
install_data(['fwupdagent', 'fwupdmgr'],
|
||||
binaries = ['fwupdmgr']
|
||||
if get_option('compat_cli')
|
||||
binaries += ['fwupdagent']
|
||||
endif
|
||||
install_data(binaries,
|
||||
install_dir: completions_dir,
|
||||
)
|
||||
endif # build_daemon
|
||||
|
Loading…
Reference in New Issue
Block a user