Forward port LV2 BPM and freewheeling port stuff from 2.0-ongoing.

Fix worker implementation to preserve error codes.

git-svn-id: svn://localhost/ardour2/branches/3.0@11877 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2012-04-10 20:46:32 +00:00
parent 99ba7de591
commit 96a8a64536
4 changed files with 71 additions and 20 deletions

View File

@@ -261,7 +261,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
atleast_version='0.0.0', mandatory=False)
autowaf.check_pkg(conf, 'lilv-0', uselib_store='NEW_LILV',
atleast_version='0.11.0', mandatory=False)
atleast_version='0.14.0', mandatory=False)
if conf.is_defined('HAVE_LILV'):
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
atleast_version='0.2.0', mandatory=False)