diff options
author | David Robillard <d@drobilla.net> | 2012-04-11 16:36:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-11 16:36:49 +0000 |
commit | 73711e36dcb0e5a2736000273386c9b93d5c04b7 (patch) | |
tree | ab9c5a858b4c6052aba2cbf11c6a5ab0e9d3e5b3 /wscript | |
parent | 8c085461fa3bddb48a38ccbf59808349ac6437b8 (diff) | |
download | ingen-73711e36dcb0e5a2736000273386c9b93d5c04b7.tar.gz ingen-73711e36dcb0e5a2736000273386c9b93d5c04b7.tar.bz2 ingen-73711e36dcb0e5a2736000273386c9b93d5c04b7.zip |
Bump LV2 dependency version.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4161 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |