1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Start with adding mpris support

This commit is contained in:
Peter Steenbergen
2021-10-06 20:10:40 +02:00
parent fa38778c1f
commit e008a836e4
2 changed files with 10 additions and 1 deletions

View File

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