From 50c492d119b240946f35505a71c7ee2f59ed6b4a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 5 Jun 2012 19:47:16 +0000 Subject: Use LV2 buf-size extension. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4493 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 5ef6b528..d3dea628 100644 --- a/wscript +++ b/wscript @@ -100,7 +100,7 @@ def configure(conf): define_name='HAVE_POSIX_MEMALIGN', mandatory=False) - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.3', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.5', uselib_store='LV2') autowaf.define(conf, 'INGEN_VERSION', INGEN_VERSION) -- cgit v1.2.1