diff options
author | David Robillard <d@drobilla.net> | 2012-05-31 02:09:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-31 02:09:54 +0000 |
commit | a62965fa2e16f283680de5580e5bb6307fdf2a01 (patch) | |
tree | 4b5a0ee96e98bcd3abc849db166485d5a54714de /wscript | |
parent | 227df4d7e475de8ca69c498984ae12e61c3324ec (diff) | |
download | ingen-a62965fa2e16f283680de5580e5bb6307fdf2a01.tar.gz ingen-a62965fa2e16f283680de5580e5bb6307fdf2a01.tar.bz2 ingen-a62965fa2e16f283680de5580e5bb6307fdf2a01.zip |
Implement Control/CV morph ports.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4475 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ def configure(conf): define_name='HAVE_POSIX_MEMALIGN', mandatory=False) - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.3', uselib_store='LV2') autowaf.define(conf, 'INGEN_VERSION', INGEN_VERSION) |