aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-12 23:47:14 +0000
committerDavid Robillard <d@drobilla.net>2012-04-12 23:47:14 +0000
commit13e0055f99be75e81e50de81fc7b5bc3670b35e9 (patch)
treecc7bd06ec9ffab1206879d9727fa7343a0789f98 /wscript
parent26b5ad90e914ba18191aadffd79257c06f64b6cd (diff)
downloadjalv-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--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c1e9135..a6bd342 100644
--- a/wscript
+++ b/wscript
@@ -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',