diff options
author | David Robillard <d@drobilla.net> | 2020-11-29 18:02:59 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-29 18:03:31 +0100 |
commit | b848d9ccbd94f88e3b1b9f1884a05efcea377dfc (patch) | |
tree | 6a859e66e613061b1abcebb13fada336982efbac /wscript | |
parent | 9964717f1c5bf56f24c81ff5597085a62e966a7b (diff) | |
download | patchage-b848d9ccbd94f88e3b1b9f1884a05efcea377dfc.tar.gz patchage-b848d9ccbd94f88e3b1b9f1884a05efcea377dfc.tar.bz2 patchage-b848d9ccbd94f88e3b1b9f1884a05efcea377dfc.zip |
Completely isolate drivers from the rest of the application
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ def build(bld): if bld.is_defined('HAVE_JACK_DBUS'): prog.source += ' src/JackDbusDriver.cpp ' if bld.is_defined('PATCHAGE_LIBJACK'): - prog.source += ' src/JackDriver.cpp ' + prog.source += ' src/JackLibDriver.cpp ' prog.uselib += ' JACK NEWJACK ' if bld.env.HAVE_ALSA: prog.source += ' src/AlsaDriver.cpp ' |