summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-22 00:46:32 +0000
committerDavid Robillard <d@drobilla.net>2011-10-22 00:46:32 +0000
commit143968e38cc2f058dd7c500e984904a39864d652 (patch)
treed04dde387afd3b60bba54237bde5aea77c3dd35c /wscript
parentaf9b6c3e58688ca4ea291e92faf6e50e35c03128 (diff)
downloadingen-143968e38cc2f058dd7c500e984904a39864d652.tar.gz
ingen-143968e38cc2f058dd7c500e984904a39864d652.tar.bz2
ingen-143968e38cc2f058dd7c500e984904a39864d652.zip
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
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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',