CMake: Remove Spotify GStreamer dependency

This commit is contained in:
Jonas Kvinge 2024-10-01 20:46:53 +02:00
parent d72694ce06
commit 47a01fc659
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ option(INSTALL_TRANSLATIONS "Install translations" OFF)
optional_component(SUBSONIC ON "Streaming: Subsonic")
optional_component(TIDAL ON "Streaming: Tidal")
optional_component(SPOTIFY ON "Streaming: Spotify" DEPENDS "gstreamer" GSTREAMER_FOUND)
optional_component(SPOTIFY ON "Streaming: Spotify")
optional_component(QOBUZ ON "Streaming: Qobuz")
optional_component(MOODBAR ON "Moodbar"