From b122168527db12971d53697cf384e8ad12821a7d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 23:47:14 +0000 Subject: Use URI defines from LV2 headers where possible. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4175 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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', -- cgit v1.2.1