summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-12 18:11:14 +0100
committerRobin Gareus <robin@gareus.org>2014-01-12 18:11:14 +0100
commit1eaa30b7257f006878c9b2c88ecbaea5bc36b174 (patch)
treea64a74c967021611c127870acc40c8098b79ecca /libs/ardour/wscript
parent58f82b52e584c48c90cc98c575d085aef165ebc0 (diff)
aubio 3+4 compat
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index dbc0335ecd..962ff6dbe3 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -244,7 +244,9 @@ def configure(conf):
'libardour3', conf.env['MAJOR'], conf.env['MINOR'], 0)
autowaf.configure(conf)
autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO',
- exact_version='0.3.2')
+ atleast_version='0.3.2')
+ autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO4',
+ atleast_version='0.4.0', mandatory=False)
autowaf.check_pkg(conf, 'libxml-2.0', uselib_store='XML')
autowaf.check_pkg(conf, 'lrdf', uselib_store='LRDF',
atleast_version='0.4.0')