From: IOhannes m zmölnig (Debian/GNU) Date: Tue, 7 Dec 2021 09:40:27 +0000 (+0100) Subject: Build with RtAudio support X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~185 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=72fc0492d04363bffeabf61ee119bfac32d4d5d1;p=jacktrip.git Build with RtAudio support --- 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))