From 714f2bfdd6cf8083894a9e33dd37b3a6ed5e78ab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Apr 2012 20:20:30 +0000 Subject: Bump dependency versions. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blip.lv2@4198 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index c78a539..249ecf3 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ def configure(conf): conf.env.append_unique('CFLAGS', '-std=c99') - autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') conf.check(function_name = 'sinf', header_name = 'math.h', -- cgit v1.2.1