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
commit61f7ea61f05c246ec4d3fd08a4e680e094584f0e (patch)
tree445a51efd9b44b955059365e07f21d5c21dd8007 /wscript
parent3a874054dc1dd4e4404f6af9547676a8e890184c (diff)
downloadmda.lv2-61f7ea61f05c246ec4d3fd08a4e680e094584f0e.tar.gz
mda.lv2-61f7ea61f05c246ec4d3fd08a4e680e094584f0e.tar.bz2
mda.lv2-61f7ea61f05c246ec4d3fd08a4e680e094584f0e.zip
Use URI defines from LV2 headers where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@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 ee21ca6..f50b30c 100644
--- a/wscript
+++ b/wscript
@@ -24,7 +24,7 @@ def configure(conf):
conf.line_just = 23
autowaf.display_header('MDA.lv2 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')
conf.env.append_unique('CFLAGS', '-std=c99')