Update to CLAP 1.1.7

Factories got moved to a new `factory` directory.
This commit is contained in:
Robbert van der Helm
2023-01-27 21:03:43 +01:00
parent 29acd40a9a
commit d58c204178
15 changed files with 46 additions and 39 deletions
+1 -2
View File
@@ -278,8 +278,7 @@ wine_threads_dep = declare_dependency(link_args : '-lpthread')
wine_uuid_dep = declare_dependency(link_args : '-luuid')
if with_clap
# 1.1.3 should be API compatible with 1.1.4
clap_dep = dependency('clap', version : '>=1.1.3')
clap_dep = dependency('clap', version : '==1.1.7')
endif
# We need to build the VST3 SDK dependencies in tree because Meson won't let us