summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-14 06:25:33 +0000
committerDavid Robillard <d@drobilla.net>2012-08-14 06:25:33 +0000
commit50f85edbd0f07135eb73201367bbd256792ee999 (patch)
treefe7b0a459063fb0319fdc82b4b914da09978ae7c /wscript
parent80fee5c311fdbdeda573ec81f59158a5fc87d0a1 (diff)
downloadingen-50f85edbd0f07135eb73201367bbd256792ee999.tar.gz
ingen-50f85edbd0f07135eb73201367bbd256792ee999.tar.bz2
ingen-50f85edbd0f07135eb73201367bbd256792ee999.zip
Use new LV2 MIDI API.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4690 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 c70170ac..6fcaa628 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.9', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.11', uselib_store='LV2')
autowaf.define(conf, 'INGEN_VERSION', INGEN_VERSION)