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:05:00 +0100
commit30ec416969ed6fa4fa8a99680ad45a613e6cb38b (patch)
tree7d32f4768a8fcffbad79cd28250053573a3dbb0c
parentc51cb79dc03f550630d0b662900d2394817bae4e (diff)
downloadk3b-30ec416969ed6fa4fa8a99680ad45a613e6cb38b.tar.gz
k3b-30ec416969ed6fa4fa8a99680ad45a613e6cb38b.zip
cmake: Musicbrainz support set by default to off
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9e87d8490c572a7671cf97b76f78ea915749b888)
-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 )