1
0
Fork 0
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:
Alberto Fanjul 2018-09-21 12:39:17 +02:00
parent 5bfc97a72c
commit ec7e11c8bf
7 changed files with 192 additions and 45 deletions

View file

@ -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')
)