diff options
author | David Robillard <d@drobilla.net> | 2013-05-09 20:18:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-05-09 20:18:07 +0000 |
commit | 582d60337783ddf9fc1e50267a12fe50c5d6f7bc (patch) | |
tree | 9220eac880bb97207a23d86a63fe6f76746c6bb0 /wscript | |
parent | abb8cfaf30475f25659d89605cb24fb0d5aee68d (diff) | |
download | jalv-582d60337783ddf9fc1e50267a12fe50c5d6f7bc.tar.gz jalv-582d60337783ddf9fc1e50267a12fe50c5d6f7bc.tar.bz2 jalv-582d60337783ddf9fc1e50267a12fe50c5d6f7bc.zip |
Communicate UI update rate to plugin and UI.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5107 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ def configure(conf): autowaf.set_c99_mode(conf) autowaf.display_header('Jalv Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.3.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.4.3', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.15.1', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', |