From 5ec055628670b0586f12250cb91f6994e5393766 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Jan 2014 23:01:25 +0000 Subject: Bump dependencies to released version numbers. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@5273 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 4f0a104..f48ddd8 100644 --- a/wscript +++ b/wscript @@ -22,7 +22,7 @@ def configure(conf): autowaf.set_c99_mode(conf) autowaf.display_header('Blop.LV2 Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.11', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.2.0', uselib_store='LV2') conf.check(function_name = 'sinf', header_name = 'math.h', -- cgit v1.2.1