From 0a84eeb07fcf02db803079bf5d4c97792ae76766 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Mar 2012 03:10:39 +0000 Subject: Depend on sratom as a proper library and eliminate rampant copy/paste code reuse. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4082 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 9be586b8..531d5282 100644 --- a/wscript +++ b/wscript @@ -57,6 +57,8 @@ def configure(conf): atleast_version='0.0.0', 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', + atleast_version='0.1.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', -- cgit v1.2.1