summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-06-27 00:10:48 -0400
committerDavid Robillard <d@drobilla.net>2023-06-27 00:10:48 -0400
commitb97b447d77fbf172260b4b40f184959f59c3623e (patch)
treef0fdf68fff22f05fbe610de94707d276ebbc95a4
parent6805327a511242ce9697ccfb98be4569d8883e33 (diff)
downloadsratom-b97b447d77fbf172260b4b40f184959f59c3623e.tar.gz
sratom-b97b447d77fbf172260b4b40f184959f59c3623e.tar.bz2
sratom-b97b447d77fbf172260b4b40f184959f59c3623e.zip
Update sord dependency version to match siblings
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ba2eac0..78ec6d2 100644
--- a/meson.build
+++ b/meson.build
@@ -42,7 +42,7 @@ serd_dep = dependency(
sord_dep = dependency(
'sord-0',
fallback: 'sord',
- version: '>= 0.16.10',
+ version: '>= 0.16.15',
)
lv2_dep = dependency(