From 4d46a232b30be99bc34e581cbc636345f77c6bc4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 May 2012 00:00:48 +0000 Subject: Persistent socket interface and interactive shell. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4322 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 16f7ec52..a335fab0 100644 --- a/wscript +++ b/wscript @@ -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: -- cgit v1.2.1