diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 23:47:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 23:47:14 +0000 |
commit | 13e0055f99be75e81e50de81fc7b5bc3670b35e9 (patch) | |
tree | cc7bd06ec9ffab1206879d9727fa7343a0789f98 /wscript | |
parent | 26b5ad90e914ba18191aadffd79257c06f64b6cd (diff) | |
download | jalv-13e0055f99be75e81e50de81fc7b5bc3670b35e9.tar.gz jalv-13e0055f99be75e81e50de81fc7b5bc3670b35e9.tar.bz2 jalv-13e0055f99be75e81e50de81fc7b5bc3670b35e9.zip |
Use URI defines from LV2 headers where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4175 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ def configure(conf): autowaf.configure(conf) autowaf.display_header('Jalv Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='0.1.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.4.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', |