summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-11 19:22:55 -0400
committerDavid Robillard <d@drobilla.net>2024-10-11 19:22:55 -0400
commit60f52cf87c17117a8d923ee38f3fc575f8936cce (patch)
treed83607b7c46d6cf26f1c06996f2c37d037977efd
parent41733903ef1c1f9724fc81d96862351be73aca44 (diff)
downloadraul-60f52cf87c17117a8d923ee38f3fc575f8936cce.tar.gz
raul-60f52cf87c17117a8d923ee38f3fc575f8936cce.tar.bz2
raul-60f52cf87c17117a8d923ee38f3fc575f8936cce.zip
Bump required meson version to 0.56.0
Apparently subprojects need to require a sufficiently recent version when parent projects use features when loading them. In this case, projects that include raul use include_type, so bump to 0.56.0 (a pretty conservative version that's required by all of raul's siblings anyway).
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 274147d..c1df7dd 100644
--- a/meson.build
+++ b/meson.build
@@ -10,7 +10,7 @@ project(
'cpp_std=c++17',
],
license: 'GPLv3+',
- meson_version: '>= 0.49.2',
+ meson_version: '>= 0.56.0',
version: '2.0.1',
)