diff options
author | David Robillard <d@drobilla.net> | 2020-02-16 21:37:27 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-02-23 21:05:01 +0100 |
commit | 6dd191bef44ebab3a67a1d76b256386b801350c2 (patch) | |
tree | 1720115d81744b9e80aa677302ae205d3632d088 /wscript | |
parent | 15f779a8603bc3f020e7000189900c52964771cd (diff) | |
download | jalv-ui-request-parameter.tar.gz jalv-ui-request-parameter.tar.bz2 jalv-ui-request-parameter.zip |
WIP: Implement ui:requestValueui-request-parameter
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |