diff options
author | David Robillard <d@drobilla.net> | 2020-12-14 15:42:33 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-14 15:42:33 +0100 |
commit | 3b6afde09317b4d79ffb8a65cb49d525fc7b4101 (patch) | |
tree | 4333441600a2f15e9c07c1eac0297be7e261c7a6 /wscript | |
parent | 3e5f124c87d96f3cdc9d630ca2233f69eab33345 (diff) | |
download | jalv-3b6afde09317b4d79ffb8a65cb49d525fc7b4101.tar.gz jalv-3b6afde09317b4d79ffb8a65cb49d525fc7b4101.tar.bz2 jalv-3b6afde09317b4d79ffb8a65cb49d525fc7b4101.zip |
Remove Jack session support
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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( |