Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > d52e2113d7bcb53dd645fe3291ad1f4b > files > 5

lmms-0.4.10-2.fc13.src.rpm

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)