summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-08-23 22:10:48 -0400
committerDavid Robillard <d@drobilla.net>2023-08-23 22:10:48 -0400
commit4aae0ffa8b38106202fe96962981562a14a26fc1 (patch)
tree9c3208ffd1f83d1032e464ae0b46b25082209704 /meson.build
parent33b176b80490c9dba067fc0a6988e77a626a89e1 (diff)
downloadsord-4aae0ffa8b38106202fe96962981562a14a26fc1.tar.gz
sord-4aae0ffa8b38106202fe96962981562a14a26fc1.tar.bz2
sord-4aae0ffa8b38106202fe96962981562a14a26fc1.zip
Update zix dependency
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index bc81107..6fe610b 100644
--- a/meson.build
+++ b/meson.build
@@ -38,7 +38,7 @@ endif
m_dep = cc.find_library('m', required: false)
-zix_dep = dependency('zix-0', version: '>= 0.3.0')
+zix_dep = dependency('zix-0', version: '>= 0.4.0')
serd_dep = dependency('serd-0', version: '>= 0.30.10')
##########################