summaryrefslogtreecommitdiffstats
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
commitcb35f7aa4a179673598c77282390d9a4084f6f2a (patch)
treed959d1673afe76efebf4b4406c226677e2865078 /wscript
parentf3b37538c6355ca2f878dafeaf322312dd742e59 (diff)
downloadsratom-cb35f7aa4a179673598c77282390d9a4084f6f2a.tar.gz
sratom-cb35f7aa4a179673598c77282390d9a4084f6f2a.tar.bz2
sratom-cb35f7aa4a179673598c77282390d9a4084f6f2a.zip
Use URI defines from LV2 headers where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@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 3b1f161..63cfd50 100644
--- a/wscript
+++ b/wscript
@@ -55,7 +55,7 @@ def configure(conf):
define_name='HAVE_GCOV',
mandatory=False)
- autowaf.check_pkg(conf, 'lv2', atleast_version='0.4.0', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2')
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
atleast_version='0.11.0', mandatory=True)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',