From 61a57c5220238a60c7a3b2a21536649e50a56f4c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Dec 2013 03:24:33 +0000 Subject: Fix more const-correctness violations. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@5196 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 0e55dd4..0fd8698 100644 --- a/wscript +++ b/wscript @@ -22,7 +22,7 @@ def configure(conf): conf.line_just = 23 autowaf.display_header('MDA.lv2 Configuration') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.2.0', uselib_store='LV2') autowaf.display_msg(conf, "LV2 bundle directory", conf.env.LV2DIR) -- cgit v1.2.1