summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-12 18:04:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-12 18:04:48 +0100
commit9e87d8490c572a7671cf97b76f78ea915749b888 (patch)
tree8b31bd14eff0ed798c4080a91f525ead578776b3
parent333e6734554a3979f7d417fa1a27d3512cde3c60 (diff)
downloadk3b-9e87d8490c572a7671cf97b76f78ea915749b888.tar.gz
k3b-9e87d8490c572a7671cf97b76f78ea915749b888.zip
cmake: Musicbrainz support set by default to off
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 7f65708..44e6c23 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ tde_setup_paths( )
option( WITH_ALL_OPTIONS "Enable all sane supported options" OFF )
option( WITH_LIBDVDREAD "Enable support for libdvdread" ${WITH_ALL_OPTIONS} )
-option( WITH_MUSICBRAINZ "Enable Musicbrainz support" ${WITH_ALL_OPTIONS} )
+option( WITH_MUSICBRAINZ "Enable Musicbrainz support" OFF )
option( WITH_SYSTEM_LIBSAMPLERATE
"Use system libsamplerate instead of bundled one" ON )
option( WITH_HAL "Enable hal support" OFF )