diff options
author | David Robillard <d@drobilla.net> | 2012-08-22 15:30:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-22 15:30:25 +0000 |
commit | 1cb602ec35248b49d611ec9b350e584746c13c3f (patch) | |
tree | d3445430c58c4b822d369bdf113569411cf05d29 /wscript | |
parent | ee35c359a3499fe978326a4b81abdecd49c52f9e (diff) | |
download | jalv-1cb602ec35248b49d611ec9b350e584746c13c3f.tar.gz jalv-1cb602ec35248b49d611ec9b350e584746c13c3f.tar.bz2 jalv-1cb602ec35248b49d611ec9b350e584746c13c3f.zip |
Bump LV2 dependency version.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4741 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ def configure(conf): autowaf.set_c99_mode(conf) autowaf.display_header('Jalv Configuration') - 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.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', |