Skip to content

Commit

Permalink
Tweaks to jack2 build, always enable device reservation stuff
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 3, 2023
1 parent f6d082e commit bef96c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
4 changes: 2 additions & 2 deletions bootstrap-mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ build_make hylia "${HYLIA_VERSION}" "${HYLIA_EXTRAFLAGS}"
# ---------------------------------------------------------------------------------------------------------------------
# jack2

JACK2_VERSION="0d730dd3567f250edaa899af906b8a8593e3492f"
JACK2_VERSION="806da09a120f254ae231c2ef87cf9fe2f4fb4f5b"
JACK2_URL="https://github.com/jackaudio/jack2.git"

JACK2_EXTRAFLAGS=""
Expand All @@ -197,7 +197,7 @@ JACK2_EXTRAFLAGS+=" --samplerate=no"
JACK2_EXTRAFLAGS+=" --systemd=no"

if [ "${LINUX}" -eq 1 ]; then
JACK2_EXTRAFLAGS+=" --platform=linux --portaudio=yes --alsa=yes"
JACK2_EXTRAFLAGS+=" --platform=linux --portaudio=yes --alsa=yes --libdbus=yes"
elif [ "${MACOS}" -eq 1 ]; then
JACK2_EXTRAFLAGS+=" --platform=darwin"
elif [ "${WIN32}" -eq 1 ]; then
Expand Down
54 changes: 0 additions & 54 deletions patches/jack2/01_portaudio-for-all.patch

This file was deleted.

0 comments on commit bef96c3

Please sign in to comment.