diff --git a/CMakeLists.txt b/CMakeLists.txt index 964c85643..6a6921fb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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