From 26e1f015d2e7bec65ee8be420cf96c23a845c68c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 4 Jun 2022 16:15:33 +0200 Subject: [PATCH] Add streaming to description in CMakeLists.txt --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88c91029c..7b7f2b817 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -427,9 +427,9 @@ endif() option(INSTALL_TRANSLATIONS "Install translations" OFF) -optional_component(SUBSONIC ON "Subsonic support") -optional_component(TIDAL ON "Tidal support") -optional_component(QOBUZ ON "Qobuz support") +optional_component(SUBSONIC ON "Streaming: Subsonic") +optional_component(TIDAL ON "Streaming: Tidal") +optional_component(QOBUZ ON "Streaming: Qobuz") optional_component(MOODBAR ON "Moodbar" DEPENDS "fftw3" FFTW3_FOUND