aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-16 21:37:27 +0100
committerDavid Robillard <d@drobilla.net>2020-02-23 21:05:01 +0100
commit6dd191bef44ebab3a67a1d76b256386b801350c2 (patch)
tree1720115d81744b9e80aa677302ae205d3632d088 /wscript
parent15f779a8603bc3f020e7000189900c52964771cd (diff)
downloadjalv-6dd191bef44ebab3a67a1d76b256386b801350c2.tar.gz
jalv-6dd191bef44ebab3a67a1d76b256386b801350c2.tar.bz2
jalv-6dd191bef44ebab3a67a1d76b256386b801350c2.zip
WIP: Implement ui:requestValueui-request-parameter
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index af363ca..1df76d8 100644
--- a/wscript
+++ b/wscript
@@ -42,7 +42,7 @@ def configure(conf):
conf.load('autowaf', cache=True)
autowaf.set_c_lang(conf, 'c99')
- conf.check_pkg('lv2 >= 1.16.0', uselib_store='LV2')
+ conf.check_pkg('lv2 >= 1.17.2', uselib_store='LV2')
conf.check_pkg('lilv-0 >= 0.24.0', uselib_store='LILV')
conf.check_pkg('serd-0 >= 0.24.0', uselib_store='SERD')
conf.check_pkg('sord-0 >= 0.14.0', uselib_store='SORD')