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:58:32 +0100
commit37d876775811e4836e251a0befb04170270a90be (patch)
treec5029112c4e23e1a53992645ae6f479cedb76e6c
parentf59c52a01618727a0e1ea225c6c0eb248e3b3d6b (diff)
downloadamarok-37d87677.tar.gz
amarok-37d87677.zip
cmake: Set WITH_ALL_OPTIONS to OFF by default to make it consistent.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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} )