diff options
author | David Robillard <d@drobilla.net> | 2016-07-31 15:24:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 15:24:34 -0400 |
commit | f4ee02db64ee39f1653cbc5373abaa748707e580 (patch) | |
tree | 1d036b3f382f2266700c16d484c96f876e12c7f0 /wscript | |
parent | 005f9bf2051725a197c3b79e769214f78bb23b16 (diff) | |
download | jalv-f4ee02db64ee39f1653cbc5373abaa748707e580.tar.gz jalv-f4ee02db64ee39f1653cbc5373abaa748707e580.tar.bz2 jalv-f4ee02db64ee39f1653cbc5373abaa748707e580.zip |
Support thread-safe state restoration
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ def configure(conf): autowaf.set_c99_mode(conf) autowaf.display_header('Jalv Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.11.1', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.13.1', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.21.5', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', |