From 005f9bf2051725a197c3b79e769214f78bb23b16 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Jul 2016 17:36:38 -0400 Subject: Clean up log output --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 4cf45a0..87d600f 100644 --- a/wscript +++ b/wscript @@ -53,7 +53,7 @@ def configure(conf): autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL', atleast_version='0.6.0', mandatory=True) autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM', - atleast_version='0.4.0', mandatory=True) + atleast_version='0.5.1', mandatory=True) autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.120.0', mandatory=True) -- cgit v1.2.1