On Wed, 2 Mar 2016 03:38:30 +0100, Ralf Mardorf wrote:
https://tracker.debian.org/pkg/ardour ->
https://tracker.debian.org/media/packages/a/ardour/rules-1%3A4.7~dfsg-1
However, you could use the distro's source package, add
--with-backends=jack,alsa,dummy \
to the rules file and build a package.
Correction, add it to the variable "BACKENDS":
BACKENDS = jack,alsa
else
waf-configure-options += \
--no-fpu-optimization \
$(empty)
endif
LD_LIBRARY_PATH += :$(DEB_DESTDIR)/usr/lib/ardour4/
waf-configure-options += \
--with-backends=$(BACKENDS) \