Build: update rocky8 setup script to install the Jack audio library

Ref: !115256
This commit is contained in:
Iyad Ahmed 2023-11-27 11:24:52 +11:00 committed by Campbell Barton
parent 89fd0d0537
commit 631f1ad133
1 changed files with 3 additions and 0 deletions

View File

@ -148,3 +148,6 @@ yum -y install python3 python3-pip python3-devel
# Dependencies for asound.
yum -y install -y \
alsa-lib-devel pulseaudio-libs-devel
# Required by Blender build option: `WITH_JACK`.
yum -y install jack-audio-connection-kit-devel