From d8849ba15dff011b2b064429ba53668674d488c0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 3 Mar 2012 21:44:14 +0000 Subject: Remove pointless wrapper around Sord API. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4020 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 4b4968c..418cc2a 100644 --- a/wscript +++ b/wscript @@ -80,7 +80,7 @@ def configure(conf): 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', - atleast_version='0.5.0', mandatory=True) + atleast_version='0.6.0', mandatory=True) autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-urid', uselib_store='LV2_URID', mandatory=True) autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-state', -- cgit v1.2.1