summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-29 00:11:12 +0000
committerDavid Robillard <d@drobilla.net>2011-09-29 00:11:12 +0000
commit8a1dc198ffbc358bc299898928c9cc48f8547a78 (patch)
tree8add0bc384bcc532469c989a0b8e49c9681eef65
parent8f355686a9d4a54b6268d4e9485a4a870c780050 (diff)
downloadlilv-8a1dc198ffbc358bc299898928c9cc48f8547a78.tar.gz
lilv-8a1dc198ffbc358bc299898928c9cc48f8547a78.tar.bz2
lilv-8a1dc198ffbc358bc299898928c9cc48f8547a78.zip
Bump sord dependency to 0.5.0.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3505 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3d8a4d3..56de5e1 100644
--- a/wscript
+++ b/wscript
@@ -66,7 +66,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE', mandatory=True)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',
- atleast_version='0.4.0', mandatory=True)
+ atleast_version='0.5.0', mandatory=True)
conf.check(function_name='wordexp',
header_name='wordexp.h',