diff options
author | David Robillard <d@drobilla.net> | 2012-05-09 00:00:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-09 00:00:48 +0000 |
commit | 4d46a232b30be99bc34e581cbc636345f77c6bc4 (patch) | |
tree | 66bd9cf24fa4dd716b591393a756c17414c4c1e0 /wscript | |
parent | 628e2f1606aead224c317d17b3e038122db61110 (diff) | |
download | ingen-4d46a232b30be99bc34e581cbc636345f77c6bc4.tar.gz ingen-4d46a232b30be99bc34e581cbc636345f77c6bc4.tar.bz2 ingen-4d46a232b30be99bc34e581cbc636345f77c6bc4.zip |
Persistent socket interface and interactive shell.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4322 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ def configure(conf): atleast_version='0.1.0', mandatory=True) autowaf.check_pkg(conf, 'raul', uselib_store='RAUL', atleast_version='0.8.5', mandatory=True) + autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', + atleast_version='0.15.0', mandatory=False) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', atleast_version='0.7.0', mandatory=False) if not Options.options.no_gui: |