From 73711e36dcb0e5a2736000273386c9b93d5c04b7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Apr 2012 16:36:49 +0000 Subject: Bump LV2 dependency version. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4161 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 928b4f52..b27bdc64 100644 --- a/wscript +++ b/wscript @@ -89,7 +89,7 @@ def configure(conf): define_name='HAVE_POSIX_MEMALIGN', mandatory=False) - autowaf.check_pkg(conf, 'lv2', atleast_version='0.1.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='0.3.0', uselib_store='LV2') autowaf.define(conf, 'INGEN_VERSION', INGEN_VERSION) -- cgit v1.2.1