From cd4c912f36d417fa6dbb40dae48ce682a7a826d9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Sep 2016 00:45:51 -0400 Subject: Bump required LV2 version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 4aa281b..28cae4a 100644 --- a/wscript +++ b/wscript @@ -47,7 +47,7 @@ def configure(conf): autowaf.set_c99_mode(conf) autowaf.display_header('Jalv Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.13.1', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.14.0', 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', -- cgit v1.2.1