diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-12 18:04:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-12 18:05:00 +0100 |
commit | 30ec416969ed6fa4fa8a99680ad45a613e6cb38b (patch) | |
tree | 7d32f4768a8fcffbad79cd28250053573a3dbb0c /CMakeLists.txt | |
parent | c51cb79dc03f550630d0b662900d2394817bae4e (diff) | |
download | k3b-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)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 ) |