mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
bash completion with lazy load
This commit is contained in:
parent
5bfc97a72c
commit
ec7e11c8bf
7 changed files with 192 additions and 45 deletions
|
@ -6,3 +6,8 @@ install_data(
|
|||
install_data('miracle-gst', 'gstplayer', 'uibc-viewer',
|
||||
install_dir: get_option('bindir'),
|
||||
install_mode: 'rwxr-xr-x')
|
||||
|
||||
install_data(
|
||||
'miracle-wifid', 'miracle-sinkctl', 'miracle-wifictl',
|
||||
install_dir: join_paths(get_option('datadir'), 'bash-completions', 'completions')
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue