diff options
author | David Robillard <d@drobilla.net> | 2012-04-18 20:20:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-18 20:20:30 +0000 |
commit | f19b6a1ffae0236064a003b979c373664ded1fea (patch) | |
tree | 7feda7945124f68ddd47a92e67f19fa394f242ea /wscript | |
parent | 42a71dbe65d93821c5f1b6adedd0e7435ca8b004 (diff) | |
download | jalv-f19b6a1ffae0236064a003b979c373664ded1fea.tar.gz jalv-f19b6a1ffae0236064a003b979c373664ded1fea.tar.bz2 jalv-f19b6a1ffae0236064a003b979c373664ded1fea.zip |
Bump dependency versions.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4198 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,9 +34,9 @@ def configure(conf): autowaf.configure(conf) autowaf.display_header('Jalv Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='0.6.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', - atleast_version='0.4.0', mandatory=True) + atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', atleast_version='0.4.5', mandatory=True) autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL', |