summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-03-25 00:34:26 +0000
committerDavid Robillard <d@drobilla.net>2013-03-25 00:34:26 +0000
commit29c8bfe6d5a9bce0df87176ccd8ac1b1d7db6002 (patch)
tree62994873f942498e1dedf5f6e5ad7609a8f468ba /wscript
parentc3aca5cef2df7ed6929636b38d116442f6e8f3bd (diff)
downloadingen-29c8bfe6d5a9bce0df87176ccd8ac1b1d7db6002.tar.gz
ingen-29c8bfe6d5a9bce0df87176ccd8ac1b1d7db6002.tar.bz2
ingen-29c8bfe6d5a9bce0df87176ccd8ac1b1d7db6002.zip
Fix preset loading.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5101 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 fb9c172a..ed7dfa99 100644
--- a/wscript
+++ b/wscript
@@ -55,7 +55,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'jack', uselib_store='JACK',
atleast_version='0.120.0', mandatory=False)
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
- atleast_version='0.0.0', mandatory=True)
+ atleast_version='0.16.1', mandatory=True)
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
atleast_version='0.2.0', mandatory=True)
autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM',