From 9b24c3ac59cd0a394672689aa82b6845628626cb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Mar 2008 17:01:28 +0000 Subject: Add Jack D-Bus driver (from Nedko). git-svn-id: http://svn.drobilla.net/lad/patchage@1167 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/PatchageEvent.cpp') diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index d123188..afab9ae 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -22,7 +22,12 @@ #include "PatchageModule.hpp" #include "PatchageEvent.hpp" #include "Driver.hpp" +#ifdef HAVE_JACK #include "JackDriver.hpp" +#endif +#ifdef HAVE_JACKDBUS +#include "JackDbusDriver.hpp" +#endif #ifdef HAVE_ALSA #include "AlsaDriver.hpp" #endif -- cgit v1.2.1