mirror of https://github.com/PCSX2/pcsx2.git
Build: Bundle GDK/GTK modules
Add pkg-config and librsvg2-dev for i386. Fixes Manjaro and Fedora crashes
This commit is contained in:
parent
dcfe9f7aff
commit
c3403de216
|
@ -81,6 +81,7 @@ declare -a PCSX2_PACKAGES=(
|
|||
"libpng-dev"
|
||||
"libportaudiocpp0"
|
||||
"libpulse-dev"
|
||||
"librsvg2-dev"
|
||||
"libsdl1.2-dev"
|
||||
"libsdl2-dev"
|
||||
"libsamplerate0-dev"
|
||||
|
@ -93,6 +94,7 @@ declare -a PCSX2_PACKAGES=(
|
|||
"libxft-dev"
|
||||
"libxml2-dev"
|
||||
"nvidia-cg-toolkit"
|
||||
"pkg-config"
|
||||
"portaudio19-dev"
|
||||
"python"
|
||||
"zlib1g-dev"
|
||||
|
|
Loading…
Reference in New Issue