From ba3f964aacaf5280c27ea8ed582afb01676a350c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 27 Feb 2017 20:38:59 +0100 Subject: Update for latest Raul --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 4b5185a1..8b920037 100644 --- a/wscript +++ b/wscript @@ -86,7 +86,7 @@ def configure(conf): autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM', atleast_version='0.4.6', mandatory=True) autowaf.check_pkg(conf, 'raul', uselib_store='RAUL', - atleast_version='0.8.7', mandatory=True) + atleast_version='0.8.9', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', atleast_version='0.18.0', mandatory=False) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', -- cgit v1.2.1