ref: eb999827d93a5bd1571ed59e5aff63aa7e26886f
parent: 154d9fcb2e772fe2778263b1dbb9f6741c3eee6e
author: Paul Brossier <[email protected]>
date: Mon Dec 9 20:09:11 EST 2013
wscript: no need to check jack version Signed-off-by: Paul Brossier <[email protected]>
--- a/wscript
+++ b/wscript
@@ -200,7 +200,7 @@
# check for jack
if (ctx.options.enable_jack != False):
- ctx.check_cfg(package = 'jack', atleast_version = '0.15.0',
+ ctx.check_cfg(package = 'jack',
args = '--cflags --libs', mandatory = False)
# check for libav