diff options
author | David Robillard <d@drobilla.net> | 2012-06-05 19:47:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-06-05 19:47:16 +0000 |
commit | c04965a404e216b34844cce2c93e89f1f0045442 (patch) | |
tree | b47edbd426f258747c163b9ed3d92a7bd6f3d3b7 /wscript | |
parent | 9d786d82d4f139c5e20c59e42926d20b7a221614 (diff) | |
download | jalv-c04965a404e216b34844cce2c93e89f1f0045442.tar.gz jalv-c04965a404e216b34844cce2c93e89f1f0045442.tar.bz2 jalv-c04965a404e216b34844cce2c93e89f1f0045442.zip |
Use LV2 buf-size extension.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4493 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ def configure(conf): autowaf.configure(conf) autowaf.display_header('Jalv Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.5', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', |