summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-17 10:35:40 -0400
committerDavid Robillard <d@drobilla.net>2024-07-17 11:47:19 -0400
commit80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10 (patch)
tree057b12990db1742b8878034946c66375574c1cf8 /meson.build
parentbbdab98ed282291b6e29a944359c360c9cca127e (diff)
downloadingen-80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10.tar.gz
ingen-80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10.tar.bz2
ingen-80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10.zip
Suppress new warnings in clang and clang-tidy 18
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ebce016c..8af5463c 100644
--- a/meson.build
+++ b/meson.build
@@ -147,6 +147,7 @@ lilv_dep = dependency(
raul_dep = dependency(
'raul-2',
fallback: ['raul', 'raul_dep'],
+ include_type: 'system',
version: '>= 2.0.0',
)