mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Use Meson 0.55 provides instead of fallback
This commit is contained in:
+3
-3
@@ -226,10 +226,10 @@ endif
|
||||
# and 64-bit versions
|
||||
|
||||
boost_dep = dependency('boost', version : '>=1.66', static : with_static_boost)
|
||||
bitsery_dep = dependency('bitsery', version : '>=5.2.0', fallback : ['bitsery', 'bitsery_dep'])
|
||||
function2_dep = dependency('function2', version : '>=4.2.0', fallback : ['function2', 'function2_dep'])
|
||||
bitsery_dep = dependency('bitsery', version : '>=5.2.0')
|
||||
function2_dep = dependency('function2', version : '>=4.2.0')
|
||||
threads_dep = dependency('threads')
|
||||
tomlplusplus_dep = dependency('tomlplusplus', version : '>=2.5.0', fallback : ['tomlplusplus', 'tomlplusplus_dep'])
|
||||
tomlplusplus_dep = dependency('tomlplusplus', version : '>=2.5.0')
|
||||
|
||||
dl_dep = declare_dependency(link_args : '-ldl')
|
||||
rt_dep = declare_dependency(link_args : '-lrt')
|
||||
|
||||
Reference in New Issue
Block a user