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"
|
"libpng-dev"
|
||||||
"libportaudiocpp0"
|
"libportaudiocpp0"
|
||||||
"libpulse-dev"
|
"libpulse-dev"
|
||||||
|
"librsvg2-dev"
|
||||||
"libsdl1.2-dev"
|
"libsdl1.2-dev"
|
||||||
"libsdl2-dev"
|
"libsdl2-dev"
|
||||||
"libsamplerate0-dev"
|
"libsamplerate0-dev"
|
||||||
|
@ -93,6 +94,7 @@ declare -a PCSX2_PACKAGES=(
|
||||||
"libxft-dev"
|
"libxft-dev"
|
||||||
"libxml2-dev"
|
"libxml2-dev"
|
||||||
"nvidia-cg-toolkit"
|
"nvidia-cg-toolkit"
|
||||||
|
"pkg-config"
|
||||||
"portaudio19-dev"
|
"portaudio19-dev"
|
||||||
"python"
|
"python"
|
||||||
"zlib1g-dev"
|
"zlib1g-dev"
|
||||||
|
|
Loading…
Reference in New Issue