Support VSTs on Linux even if Wine is unavailable (#7205)
This commit is contained in:
2
src/3rdparty/CMakeLists.txt
vendored
2
src/3rdparty/CMakeLists.txt
vendored
@@ -1,4 +1,4 @@
|
||||
IF(LMMS_BUILD_LINUX AND WANT_VST)
|
||||
if(LMMS_BUILD_LINUX AND LMMS_HAVE_VST)
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
add_subdirectory(qt5-x11embed)
|
||||
ENDIF()
|
||||
|
||||
Reference in New Issue
Block a user