mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Update bitsery wrap to 5.2.2 and patch_directory
And switch to wrap-git.
This commit is contained in:
@@ -225,8 +225,6 @@ endif
|
||||
# and 64-bit versions
|
||||
|
||||
boost_dep = dependency('boost', version : '>=1.66', static : with_static_boost)
|
||||
# TODO: Meson doesn't have a way to define version ranges, does it? Like
|
||||
# `^>=5.2.0`, `>=5.2.0 && <6.0.0` or `5.2.*`.
|
||||
bitsery_dep = dependency('bitsery', version : '>=5.2.0', fallback : ['bitsery', 'bitsery_dep'])
|
||||
function2_dep = dependency('function2', version : '>=4.2.0', fallback : ['function2', 'function2_dep'])
|
||||
threads_dep = dependency('threads')
|
||||
|
||||
Reference in New Issue
Block a user