From 6b6e3e31386b52bed8fbae531d72ea546b005d7e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 00:11:46 +0000 Subject: Remove pointless lilv_world_find_statements() wrapper and use new sord_search(). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4169 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 21d0fff..774be47 100644 --- a/wscript +++ b/wscript @@ -81,7 +81,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.6.0', mandatory=True) + atleast_version='0.7.0', mandatory=True) autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM', atleast_version='0.2.0', mandatory=True) -- cgit v1.2.1