From 6ec0d284c993ffa3e84ad32d6ad6bf90de128e53 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 8 Jan 2013 06:53:26 +0000 Subject: Revert prematurely incremented version. --- plugins/eg-sampler.lv2/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/eg-sampler.lv2/wscript b/plugins/eg-sampler.lv2/wscript index 0ce7c08..732c904 100644 --- a/plugins/eg-sampler.lv2/wscript +++ b/plugins/eg-sampler.lv2/wscript @@ -21,7 +21,7 @@ def configure(conf): autowaf.display_header('Sampler Configuration') if not autowaf.is_child(): - autowaf.check_pkg(conf, 'lv2', atleast_version='1.2.3', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.2.1', uselib_store='LV2') autowaf.check_pkg(conf, 'sndfile', uselib_store='SNDFILE', atleast_version='1.0.0', mandatory=True) -- cgit v1.2.1