From 72ddaae31b6746f2d0f889c3b7cba38512952b94 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Dec 2013 19:47:45 +0000 Subject: Implement lv2:prototype. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5219 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index a36764a..7f48032 100644 --- a/wscript +++ b/wscript @@ -75,7 +75,7 @@ def configure(conf): conf.fatal('Neither a shared nor a static build requested') autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', - atleast_version='1.0.0', mandatory=True) + atleast_version='1.6.2', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', -- cgit v1.2.1