forked from bitlair/ansible
music/librespot: Use jackaudio backend
This commit is contained in:
parent
5254769a9c
commit
32b75696c2
3 changed files with 16 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
- name: rebuild librespot
|
||||
ansible.builtin.command:
|
||||
cmd: /root/.cargo/bin/cargo build --release --features pulseaudio-backend
|
||||
cmd: /root/.cargo/bin/cargo build --release --features pulseaudio-backend,jackaudio-backend
|
||||
args:
|
||||
chdir: /opt/librespot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue