Skip to content

Commit

Permalink
scripts: gha: enable JACK in automatic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jul 2, 2024
1 parent 74bbc0f commit bc449b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/gha/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ build_sdl2()
export CFLAGS="-msse2 -march=i686 -m32 -ggdb -O2"
export LDFLAGS="-m32"
fi

# TODO: enable pipewire after we migrate from 20.04
./configure \
--disable-render \
--disable-haptic \
Expand All @@ -29,6 +31,7 @@ build_sdl2()
--disable-ime \
--disable-fcitx \
--enable-alsa-shared \
--enable-jack-shared \
--enable-pulseaudio-shared \
--enable-wayland-shared \
--enable-x11-shared \
Expand Down

0 comments on commit bc449b8

Please sign in to comment.