Specify a minimum Meson version

Now that we use patch_directory for the wraps.
This commit is contained in:
Robbert van der Helm
2021-11-11 03:16:37 +01:00
parent fe1c2e3848
commit a7f63725eb
+1
View File
@@ -2,6 +2,7 @@ project(
'yabridge',
'cpp',
version : '3.6.0',
meson_version : '>=0.55',
default_options : [
'warning_level=3',
'cpp_std=c++2a',