From b0c49632a5ee21d4ea35d0ae6160910fd35d68f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 Feb 2011 02:07:53 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2902 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wscript b/wscript index e1e2ee4..19904ae 100644 --- a/wscript +++ b/wscript @@ -60,9 +60,12 @@ def configure(conf): conf.check_tool('compiler_cc') autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE', mandatory=True) autowaf.check_pkg(conf, 'raptor', uselib_store='RAPTOR', mandatory=True) - autowaf.check_pkg(conf, 'serd', uselib_store='SERD', atleast_version='0.1.0', mandatory=True) - autowaf.check_pkg(conf, 'sord', uselib_store='SORD', atleast_version='0.1.0', mandatory=True) - autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.107.0', mandatory=False) + autowaf.check_pkg(conf, 'serd', uselib_store='SERD', + atleast_version='0.1.0', mandatory=True) + autowaf.check_pkg(conf, 'sord', uselib_store='SORD', + atleast_version='0.1.0', mandatory=True) + autowaf.check_pkg(conf, 'jack', uselib_store='JACK', + atleast_version='0.107.0', mandatory=False) conf.env.append_value('CFLAGS', '-std=c99') autowaf.define(conf, 'SLV2_VERSION', SLV2_VERSION) if Options.options.dyn_manifest: -- cgit v1.2.1