summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-03 21:03:41 +0000
committerDavid Robillard <d@drobilla.net>2012-03-03 21:03:41 +0000
commita91b37a822fe366be5a582953857cb29dead8a36 (patch)
tree08beb4593c233a4c935a9a256a98339d1f4558ac /wscript
parent4742300f40eb8831ab36376fa7c18dcbc38b32da (diff)
downloadsratom-a91b37a822fe366be5a582953857cb29dead8a36.tar.gz
sratom-a91b37a822fe366be5a582953857cb29dead8a36.tar.bz2
sratom-a91b37a822fe366be5a582953857cb29dead8a36.zip
Add forge sink and only require a URID_Unmap for writing.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4017 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 b8798f4..762e5d9 100644
--- a/wscript
+++ b/wscript
@@ -60,7 +60,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-urid',
uselib_store='LV2_URID', mandatory=True)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
- atleast_version='0.10.0', mandatory=True)
+ atleast_version='0.11.0', mandatory=True)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',
atleast_version='0.5.0', mandatory=True)