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
commit11501181233b7907d2c35256f319c6d638638748 (patch)
tree5b4c149ecb99c3f7067a239ae9ab26d50a6b038a /wscript
parent0d1e3496b0b9b6463c8f3abeb03f9e569ffc3355 (diff)
downloadblop.lv2-11501181233b7907d2c35256f319c6d638638748.tar.gz
blop.lv2-11501181233b7907d2c35256f319c6d638638748.tar.bz2
blop.lv2-11501181233b7907d2c35256f319c6d638638748.zip
Use URI defines from LV2 headers where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blip.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 873e415..c78a539 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ def configure(conf):
conf.env.append_unique('CFLAGS', '-std=c99')
- 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.check(function_name = 'sinf',
header_name = 'math.h',