From 4a0bd996542e558562f1be82b419764c80a12bfa Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 20 Oct 2018 22:13:02 +0200 Subject: [PATCH] Enable deezer engine by default --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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