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
|
@ -1,7 +1,4 @@
|
|||
|
||||
########### install files ###############
|
||||
|
||||
install(
|
||||
INSTALL(
|
||||
PROGRAMS miracle-gst gstplayer uibc-viewer
|
||||
DESTINATION bin
|
||||
)
|
||||
|
@ -10,3 +7,8 @@ INSTALL(
|
|||
FILES org.freedesktop.miracle.conf
|
||||
DESTINATION ${SYSCONFDIR}/dbus-1/system.d
|
||||
)
|
||||
|
||||
INSTALL(
|
||||
FILES miracle-wifid miracle-sinkctl miracle-wifictl
|
||||
DESTINATION ${DATADIR}/bash-completion/completions
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue