mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-09 15:25:18 +01:00
Enable deezer engine by default
This commit is contained in:
parent
5cb98e44cb
commit
4a0bd99654
@ -285,11 +285,11 @@ optional_component(PHONON OFF "Engine: Phonon backend (UNSTABLE)"
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
optional_component(DEEZER OFF "Engine: Deezer backend (UNSTABLE)"
|
||||
optional_component(DEEZER ON "Engine: Deezer backend"
|
||||
DEPENDS "libdeezer" LIBDEEZER_FOUND
|
||||
)
|
||||
else ()
|
||||
optional_component(DEEZER OFF "Engine: Deezer backend (UNSTABLE)"
|
||||
optional_component(DEEZER ON "Engine: Deezer backend"
|
||||
DEPENDS "Linux" LINUX
|
||||
DEPENDS "libdeezer" LIBDEEZER_FOUND
|
||||
DEPENDS "libpulse" LIBPULSE_FOUND
|
||||
|
Loading…
Reference in New Issue
Block a user