diff options
author | David Robillard <d@drobilla.net> | 2012-08-14 06:25:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-14 06:25:33 +0000 |
commit | 50f85edbd0f07135eb73201367bbd256792ee999 (patch) | |
tree | fe7b0a459063fb0319fdc82b4b914da09978ae7c /wscript | |
parent | 80fee5c311fdbdeda573ec81f59158a5fc87d0a1 (diff) | |
download | ingen-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-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |