Update bitsery wrap to 5.2.2 and patch_directory

And switch to wrap-git.
This commit is contained in:
Robbert van der Helm
2021-11-11 03:13:43 +01:00
parent 43c66b6dc3
commit fe1c2e3848
6 changed files with 17 additions and 12 deletions
-2
View File
@@ -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')