From 59e4fcba4ff314ca0e53a4b3b7751bf6eb46acf9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 29 Aug 2012 18:12:21 +0000 Subject: Implement buf-size via options. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4760 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index cbf932d1..b9605f9d 100644 --- a/wscript +++ b/wscript @@ -97,7 +97,7 @@ def configure(conf): define_name='HAVE_POSIX_MEMALIGN', mandatory=False) - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.11', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.13', uselib_store='LV2') autowaf.define(conf, 'INGEN_VERSION', INGEN_VERSION) -- cgit v1.2.1