From 0b53a3e48f7b0316ef6e8b45dc9982e771dd6d28 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 8 Aug 2012 00:15:43 +0000 Subject: Support latest LV2 buf-size extension. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4623 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 4d4fc11..5d56d30 100644 --- a/wscript +++ b/wscript @@ -34,7 +34,7 @@ def configure(conf): else: conf.env.append_unique('CFLAGS', '-std=c99') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.5', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.7', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', -- cgit v1.2.1