From 582d60337783ddf9fc1e50267a12fe50c5d6f7bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 May 2013 20:18:07 +0000 Subject: Communicate UI update rate to plugin and UI. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5107 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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', -- cgit v1.2.1