From 05590f1fb95e9bc3194149fa1b872ee8ece2811b Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 16 Jan 2011 20:26:35 +0100 Subject: [PATCH] Lv2Browser: exclude from build for the time being The Lv2Browser plugin causes a crash at startup, therefore do not build it anymore as it even is not of much use at the moment. --- plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 2a825ab26..f2e314931 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -7,7 +7,7 @@ ADD_SUBDIRECTORY(ladspa_browser) ADD_SUBDIRECTORY(ladspa_effect) ADD_SUBDIRECTORY(lb302) #ADD_SUBDIRECTORY(lb303) -ADD_SUBDIRECTORY(lv2_browser) +#ADD_SUBDIRECTORY(lv2_browser) ADD_SUBDIRECTORY(midi_import) ADD_SUBDIRECTORY(organic) ADD_SUBDIRECTORY(papu)