From 547663626b4065449f44014c6fcab119a0d044d8 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 10 Nov 2023 16:31:52 +0200 Subject: [PATCH] Ensure jack is used on linux builds Signed-off-by: falkTX --- bootstrap-jack2.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap-jack2.sh b/bootstrap-jack2.sh index 6762a4f..9578afb 100755 --- a/bootstrap-jack2.sh +++ b/bootstrap-jack2.sh @@ -121,7 +121,6 @@ if [ "${LINUX}" -eq 1 ] || [ "${WIN32}" -eq 1 ]; then PORTAUDIO_EXTRAFLAGS="" PORTAUDIO_EXTRAFLAGS+=" --enable-cxx" PORTAUDIO_EXTRAFLAGS+=" --without-asihpi" - PORTAUDIO_EXTRAFLAGS+=" --without-jack" PORTAUDIO_EXTRAFLAGS+=" --without-oss" if [ "${LINUX}" -eq 1 ]; then