aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 15:42:33 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 15:42:33 +0100
commit3b6afde09317b4d79ffb8a65cb49d525fc7b4101 (patch)
tree4333441600a2f15e9c07c1eac0297be7e261c7a6 /wscript
parent3e5f124c87d96f3cdc9d630ca2233f69eab33345 (diff)
downloadjalv-3b6afde09317b4d79ffb8a65cb49d525fc7b4101.tar.gz
jalv-3b6afde09317b4d79ffb8a65cb49d525fc7b4101.tar.bz2
jalv-3b6afde09317b4d79ffb8a65cb49d525fc7b4101.zip
Remove Jack session support
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index 25bfc48..91c28b2 100644
--- a/wscript
+++ b/wscript
@@ -24,7 +24,6 @@ def options(ctx):
ctx.add_flags(
ctx.configuration_options(),
{'portaudio': 'use PortAudio backend, not JACK',
- 'no-jack-session': 'do not build JACK session support',
'no-gui': 'do not build any GUIs',
'no-gtk': 'do not build Gtk GUI',
'no-gtkmm': 'do not build Gtkmm GUI',
@@ -232,9 +231,6 @@ def configure(conf):
struct sigaction*''',
mandatory = False)
- if not Options.options.no_jack_session:
- conf.define('JALV_JACK_SESSION', 1)
-
conf.write_config_header('jalv_config.h', remove=False)
autowaf.display_summary(