summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-08 00:15:43 +0000
committerDavid Robillard <d@drobilla.net>2012-08-08 00:15:43 +0000
commite8e6c94ebe95d6d7fd48cea1c383d749272e7662 (patch)
tree9b796623e468078fcfe66a9d1006c36e3ae1587c /wscript
parentd51aa827c7411fdf88a7645d80c1fb0c447ab838 (diff)
downloadingen-e8e6c94ebe95d6d7fd48cea1c383d749272e7662.tar.gz
ingen-e8e6c94ebe95d6d7fd48cea1c383d749272e7662.tar.bz2
ingen-e8e6c94ebe95d6d7fd48cea1c383d749272e7662.zip
Support latest LV2 buf-size extension.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4623 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 357a4dd8..8618bd06 100644
--- a/wscript
+++ b/wscript
@@ -99,7 +99,7 @@ def configure(conf):
define_name='HAVE_POSIX_MEMALIGN',
mandatory=False)
- 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.define(conf, 'INGEN_VERSION', INGEN_VERSION)