diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-03-20 14:58:32 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-03-20 14:58:32 +0100 |
commit | 37d876775811e4836e251a0befb04170270a90be (patch) | |
tree | c5029112c4e23e1a53992645ae6f479cedb76e6c | |
parent | f59c52a01618727a0e1ea225c6c0eb248e3b3d6b (diff) | |
download | amarok-37d876775811e4836e251a0befb04170270a90be.tar.gz amarok-37d876775811e4836e251a0befb04170270a90be.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.txt | 2 |
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} ) |