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
commitb122168527db12971d53697cf384e8ad12821a7d (patch)
treed9d3094b5205e027358702c4112e3bd1dde25cd6 /wscript
parent538e4694d2d35c808a57937a5f3bec67b299f60f (diff)
downloadlilv-b122168527db12971d53697cf384e8ad12821a7d.tar.gz
lilv-b122168527db12971d53697cf384e8ad12821a7d.tar.bz2
lilv-b122168527db12971d53697cf384e8ad12821a7d.zip
Use URI defines from LV2 headers where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@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 774be47..893a96a 100644
--- a/wscript
+++ b/wscript
@@ -77,7 +77,7 @@ def configure(conf):
conf.env['BASH_COMPLETION'] = not Options.options.no_bash_completion
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
- atleast_version='0.1.0', mandatory=True)
+ atleast_version='0.5.0', mandatory=True)
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',