summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-07-02 11:18:51 -0400
committerDavid Robillard <d@drobilla.net>2023-07-02 11:18:51 -0400
commite52e89f85e32ce32a359e0ce0489f8d52aa71866 (patch)
tree715090c610a91b7abb3f5e62df99b647e396f524
parente201a4e34a67b4ee347c692ebe3922fd3a6929ff (diff)
downloadingen-e52e89f85e32ce32a359e0ce0489f8d52aa71866.tar.gz
ingen-e52e89f85e32ce32a359e0ce0489f8d52aa71866.tar.bz2
ingen-e52e89f85e32ce32a359e0ce0489f8d52aa71866.zip
Update required dependency versions
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 581facbe..0c5e5280 100644
--- a/meson.build
+++ b/meson.build
@@ -111,7 +111,7 @@ sord_dep = dependency(
'sord-0',
fallback: ['sord', 'sord_dep'],
include_type: 'system',
- version: '>= 0.16.0',
+ version: '>= 0.16.15',
)
sratom_dep = dependency(
@@ -136,7 +136,7 @@ lv2_dep = dependency(
lilv_dep = dependency(
'lilv-0',
fallback: ['lilv', 'lilv_dep'],
- version: '>= 0.24.0',
+ version: '>= 0.24.21',
)
raul_dep = dependency(