From: IOhannes m zmölnig (Debian/GNU) Date: Tue, 7 Dec 2021 09:54:11 +0000 (+0100) Subject: Only enable RtAudio for jacktrip-gui builds X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~181 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=358656b06e03de4b6548b4a6d31004602fdfab09;p=jacktrip.git Only enable RtAudio for jacktrip-gui builds --- diff --git a/debian/rules b/debian/rules index 7022b19..d79a26a 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all FLAVORS = cli gui CONFIG_cli = -config nogui +CONFIG_gui = -config rtaudio builddir=debian/build/flavor- @@ -25,7 +26,7 @@ override_dh_clean: #.PHONY: $(patsubst %,configure_%,$(FLAVORS)) override_dh_auto_configure-arch: $(patsubst %,configure_%,$(FLAVORS)) configure_%: - dh_auto_configure -a -B $(builddir)$* -- -config rtaudio $(strip $(CONFIG) $(CONFIG_$*)) $(CURDIR)/jacktrip.pro + dh_auto_configure -a -B $(builddir)$* -- $(strip $(CONFIG) $(CONFIG_$*)) $(CURDIR)/jacktrip.pro #.PHONY: $(patsubst %,build_%,$(FLAVORS)) override_dh_auto_build-arch: $(patsubst %,build_%,$(FLAVORS)) $(patsubst %,$(builddir)%/jacktrip.1,$(FLAVORS))