From 143968e38cc2f058dd7c500e984904a39864d652 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Oct 2011 00:46:32 +0000 Subject: Make suil check mandatory to match reality (fix #774). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3582 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b46db3d3..9d30e732 100644 --- a/wscript +++ b/wscript @@ -53,7 +53,7 @@ def configure(conf): autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.0.0', mandatory=True) autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL', - atleast_version='0.2.0', mandatory=False) + atleast_version='0.2.0', mandatory=True) autowaf.check_pkg(conf, 'raul', uselib_store='RAUL', atleast_version='0.8.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', -- cgit v1.2.1