diff options
author | David Robillard <d@drobilla.net> | 2014-01-24 00:57:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-24 00:57:48 +0000 |
commit | 86b07163a7c40c7dfd795a34f70efe9c56014475 (patch) | |
tree | 045f167f0d657724743a107c7a773dcf05863257 /wscript | |
parent | ed8fafd54456dab18154c4ff9b54d0c8c9ce4a1b (diff) | |
download | jalv-86b07163a7c40c7dfd795a34f70efe9c56014475.tar.gz jalv-86b07163a7c40c7dfd795a34f70efe9c56014475.tar.bz2 jalv-86b07163a7c40c7dfd795a34f70efe9c56014475.zip |
Update for latest LV2 Atom Object simplifications.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5319 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.set_c99_mode(conf) autowaf.display_header('Jalv Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.6.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.8.1', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.15.1', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', |