mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update build-linux-gcc.yml
updates the list of depenencies, these are required by both sdl2 and openal in order to properly compile and produce audio.
This commit is contained in:
parent
92af46a8bd
commit
e946a0b70d
7
.github/workflows/build-linux-gcc.yml
vendored
7
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -61,6 +61,13 @@ jobs:
|
||||||
libx11-dev \
|
libx11-dev \
|
||||||
libxxf86vm-dev \
|
libxxf86vm-dev \
|
||||||
libopenal-dev \
|
libopenal-dev \
|
||||||
|
libasound2-dev \
|
||||||
|
libpipewire-0.3-dev \
|
||||||
|
portaudio19-dev \
|
||||||
|
oss4-dev \
|
||||||
|
libjack-dev \
|
||||||
|
libpulse-dev \
|
||||||
|
libdbus-1-dev \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
libxcursor-dev \
|
libxcursor-dev \
|
||||||
libxinerama-dev \
|
libxinerama-dev \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue