mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-11 01:10:46 +01:00
Start with adding mpris support
This commit is contained in:
parent
fa38778c1f
commit
e008a836e4
@ -21,7 +21,7 @@ SPOTIFYD_BIN_DIR = target/$(RUSTC_TARGET_NAME)/release
|
||||
|
||||
SPOTIFYD_CARGO_OPTS = --release \
|
||||
--no-default-features \
|
||||
--features=pulseaudio_backend \
|
||||
--features=pulseaudio_backend,dbus_keyring,dbus_mpris \
|
||||
--target=$(RUSTC_TARGET_NAME) \
|
||||
--manifest-path=$(@D)/Cargo.toml
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?><!--*-nxml-*-->
|
||||
<!DOCTYPE busconfig PUBLIC
|
||||
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||
<busconfig>
|
||||
<policy group="audio">
|
||||
<allow own_prefix="org.mpris.MediaPlayer2"/>
|
||||
</policy>
|
||||
</busconfig>
|
Loading…
x
Reference in New Issue
Block a user