summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
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')