Build with RtAudio support
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 7 Dec 2021 09:40:27 +0000 (10:40 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 7 Dec 2021 09:40:27 +0000 (10:40 +0100)
debian/rules

index 69888246fa80d1c6419645b51d3934cfe9188dfd..7022b19e9313818836b7ae4f26cf4bf4fa1258eb 100755 (executable)
@@ -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))