1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-05 06:25:48 +01:00

Fix libspotify depend

This commit is contained in:
Jonas Kvinge 2018-11-20 01:12:14 +01:00 committed by John Maguire
parent 647279a000
commit 2affbafa9a

View File

@ -309,7 +309,7 @@ optional_component(SPOTIFY ON "Spotify support"
optional_component(SPOTIFY_BLOB ON "Spotify support: non-GPL binary helper"
DEPENDS "spotify support" HAVE_SPOTIFY
DEPENDS "protobuf" PROTOBUF_FOUND PROTOBUF_PROTOC_EXECUTABLE
DEPENDS "libspotify" SPOTIFY_FOUND
DEPENDS "libspotify" LIBSPOTIFY_FOUND
)
optional_component(MOODBAR ON "Moodbar support"