From 75271a17d8d4ed0003c4627e80a28feb68f5d9c9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 23 Oct 2013 13:45:28 +0200 Subject: relax requirement on lv2 stack --- libs/plugins/reasonablesynth.lv2/wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/plugins/reasonablesynth.lv2/wscript b/libs/plugins/reasonablesynth.lv2/wscript index b534e2011b..37a11a4228 100644 --- a/libs/plugins/reasonablesynth.lv2/wscript +++ b/libs/plugins/reasonablesynth.lv2/wscript @@ -17,8 +17,8 @@ def configure(conf): autowaf.configure(conf) autowaf.set_c99_mode(conf) if Options.options.lv2: - autowaf.check_pkg(conf, 'lv2', atleast_version='1.4.0', - uselib_store='LV2_1_4_0') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', + uselib_store='LV2_1_0_0') def build(bld): bundle = 'reasonablesynth.lv2' @@ -41,7 +41,7 @@ def build(bld): name = 'reasonablesynth', target = '../../LV2/%s/reasonablesynth' % bundle, install_path = '${LV2DIR}/%s' % bundle, - use = 'LV2_1_4_0' + use = 'LV2_1_0_0' ) obj.env.cshlib_PATTERN = module_pat -- cgit v1.2.3