From 4c87d2c690d63830e3368eed3e8a67b23b6aee39 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 2 Oct 2008 22:27:11 +0000 Subject: Depend on Jack 109 and the ever presence of Jack MIDI. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1597 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 7385146..721f909 100644 --- a/wscript +++ b/wscript @@ -62,6 +62,8 @@ def configure(conf): if not conf.env['HAVE_JACK']: conf.check_pkg('jack', destvar='JACK', vnum='0.107.0', mandatory=False) conf.define('USE_LIBJACK', conf.env['HAVE_JACK']) + + conf.define('HAVE_JACK_MIDI', conf.env['HAVE_JACK'] or conf.env['HAVE_JACK_DBUS']) # Use Alsa if present unless --no-alsa if not Params.g_options.no_alsa and not conf.env['HAVE_ALSA']: -- cgit v1.2.1