mirror of https://github.com/PCSX2/pcsx2.git
CI: Install libasound2-dev for Linux builds
Hopefully sort out cubeb not building with ALSA support.
This commit is contained in:
parent
44d969c0d2
commit
27229da36f
|
@ -90,6 +90,7 @@ declare -a SYSLIBS=(
|
|||
"libxkbcommon.so.0"
|
||||
"libxkbcommon-x11.so.0"
|
||||
"pulseaudio/libpulsecommon-13.99.so"
|
||||
"libasound.so.2"
|
||||
"libfreetype.so.6"
|
||||
"libpcre2-16.so.0"
|
||||
"libexpat.so.1"
|
||||
|
|
|
@ -35,6 +35,7 @@ declare -a BUILD_PACKAGES=(
|
|||
# Packages - PCSX2
|
||||
declare -a PCSX2_PACKAGES=(
|
||||
"libaio-dev"
|
||||
"libasound2-dev"
|
||||
"libbz2-dev"
|
||||
"libcurl4-gnutls-dev"
|
||||
"libegl1-mesa-dev"
|
||||
|
|
|
@ -12,6 +12,7 @@ declare -a BUILD_PACKAGES=(
|
|||
# Packages - PCSX2
|
||||
declare -a PCSX2_PACKAGES=(
|
||||
"libaio-dev"
|
||||
"libasound2-dev"
|
||||
"libbz2-dev"
|
||||
"libegl1-mesa-dev"
|
||||
"libgdk-pixbuf2.0-dev"
|
||||
|
|
Loading…
Reference in New Issue