mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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')
|
xcb_dep = dependency('xcb')
|
||||||
if with_vst3
|
if with_vst3
|
||||||
cmake = import('cmake')
|
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: Assert version '3.7.1', somehow
|
||||||
|
# TODO: Check C++ standard?
|
||||||
# TODO: vst3_xxx_dep = vst3_sdk.dependency('xxx')
|
# TODO: vst3_xxx_dep = vst3_sdk.dependency('xxx')
|
||||||
else
|
else
|
||||||
message('VST3 support has been disabled')
|
message('VST3 support has been disabled')
|
||||||
|
|||||||
Reference in New Issue
Block a user