diff options
author | David Robillard <d@drobilla.net> | 2011-10-22 00:46:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-22 00:46:32 +0000 |
commit | 143968e38cc2f058dd7c500e984904a39864d652 (patch) | |
tree | d04dde387afd3b60bba54237bde5aea77c3dd35c /wscript | |
parent | af9b6c3e58688ca4ea291e92faf6e50e35c03128 (diff) | |
download | ingen-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-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |