aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-05-09 20:18:07 +0000
committerDavid Robillard <d@drobilla.net>2013-05-09 20:18:07 +0000
commit582d60337783ddf9fc1e50267a12fe50c5d6f7bc (patch)
tree9220eac880bb97207a23d86a63fe6f76746c6bb0 /wscript
parentabb8cfaf30475f25659d89605cb24fb0d5aee68d (diff)
downloadjalv-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--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4aa0dc9..7813452 100644
--- a/wscript
+++ b/wscript
@@ -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',