Support VSTs on Linux even if Wine is unavailable (#7205)

This commit is contained in:
Dominic Clark
2024-04-14 12:54:10 +01:00
committed by GitHub
parent 815f88dd09
commit d3ab31558c
7 changed files with 66 additions and 59 deletions

View File

@@ -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()