Blob Blame History Raw
From: Thomas Moschny <thomas.moschny@gmx.de>
Subject: [PATCH] t/vst-nowine

Build with vst support but without having wine.

Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de>

---
 CMakeLists.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 50bd3d1..449e2d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -318,6 +318,9 @@ IF(LMMS_BUILD_WIN32)
 	SET(LMMS_SUPPORT_VST TRUE)
 	SET(STATUS_VST "OK")
 ENDIF(LMMS_BUILD_WIN32)
+IF(WANT_VST_NOWINE)
+	SET(LMMS_SUPPORT_VST TRUE)
+ENDIF(WANT_VST_NOWINE)
 
 
 # check for libsamplerate
-- 
tg: (c959b9b..) t/vst-nowine (depends on: stable-0.4)