summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-03-20 14:58:32 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-03-20 14:59:04 +0100
commitbd6ab65666dc55811598bfe9b06d825137bb8623 (patch)
treed4e770cff23276a23618b9581aed8e402dc24b49
parentf125dea5ac83b5846f864fb32efb0ad6fc0d54e6 (diff)
downloadamarok-bd6ab65666dc55811598bfe9b06d825137bb8623.tar.gz
amarok-bd6ab65666dc55811598bfe9b06d825137bb8623.zip
cmake: Set WITH_ALL_OPTIONS to OFF by default to make it consistent.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 37d876775811e4836e251a0befb04170270a90be)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5704ef18..778bb2a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@ tde_setup_paths( )
##### optional stuff ############################
-option( WITH_ALL_OPTIONS "Enable all optional support" ON )
+option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
option( WITH_XINE "Enable xine-engine backend" ${WITH_ALL_OPTIONS} )