mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Disable the VST3 examples
This commit is contained in:
+8
-1
@@ -71,9 +71,16 @@ wine_threads_dep = declare_dependency(link_args : '-lpthread')
|
||||
xcb_dep = dependency('xcb')
|
||||
if with_vst3
|
||||
cmake = import('cmake')
|
||||
vst3_sdk = cmake.subproject('vst3')
|
||||
vst3_sdk_options = cmake.subproject_options()
|
||||
vst3_sdk_options.add_cmake_defines({
|
||||
'SMTG_ADD_VST3_HOSTING_SAMPLES': 'OFF',
|
||||
'SMTG_ADD_VST3_PLUGINS_SAMPLES': 'OFF',
|
||||
'SMTG_ADD_VSTGUI': 'OFF',
|
||||
})
|
||||
vst3_sdk = cmake.subproject('vst3', options : vst3_sdk_options)
|
||||
|
||||
# TODO: Assert version '3.7.1', somehow
|
||||
# TODO: Check C++ standard?
|
||||
# TODO: vst3_xxx_dep = vst3_sdk.dependency('xxx')
|
||||
else
|
||||
message('VST3 support has been disabled')
|
||||
|
||||
Reference in New Issue
Block a user