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

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