Update the CLAP dependency to version 1.1.9

This commit is contained in:
Robbert van der Helm
2023-10-28 15:45:02 +02:00
parent 543c7f2f41
commit f67a170a88
6 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ wine_threads_dep = declare_dependency(link_args : '-lpthread')
wine_uuid_dep = declare_dependency(link_args : '-luuid')
if with_clap
clap_dep = dependency('clap', version : '==1.1.7')
clap_dep = dependency('clap', version : ['>=1.1.7', '<1.2'])
endif
# We need to build the VST3 SDK dependencies in tree because Meson won't let us