From 72fc0492d04363bffeabf61ee119bfac32d4d5d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Tue, 7 Dec 2021 10:40:27 +0100 Subject: [PATCH] Build with RtAudio support --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6988824..7022b19 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ override_dh_clean: #.PHONY: $(patsubst %,configure_%,$(FLAVORS)) override_dh_auto_configure-arch: $(patsubst %,configure_%,$(FLAVORS)) configure_%: - dh_auto_configure -a -B $(builddir)$* -- $(strip $(CONFIG) $(CONFIG_$*)) $(CURDIR)/jacktrip.pro + dh_auto_configure -a -B $(builddir)$* -- -config rtaudio $(strip $(CONFIG) $(CONFIG_$*)) $(CURDIR)/jacktrip.pro #.PHONY: $(patsubst %,build_%,$(FLAVORS)) override_dh_auto_build-arch: $(patsubst %,build_%,$(FLAVORS)) $(patsubst %,$(builddir)%/jacktrip.1,$(FLAVORS)) -- 2.30.2