mirror of https://github.com/PCSX2/pcsx2.git
Add missing XCB dependency to build on Ubuntu 20.04
parent
b085e2c589
commit
7638f000f6
|
@ -267,7 +267,8 @@ sudo apt install cmake g++-10-multilib \
|
|||
libaio-dev:i386 libasound2-dev:i386 liblzma-dev:i386 \
|
||||
libsdl2-dev:i386 libsoundtouch-dev:i386 \
|
||||
libxml2-dev:i386 libpcap0.8-dev:i386 \
|
||||
portaudio19-dev:i386 libsoundtouch-dev:i386 libsamplerate0-dev:i386
|
||||
portaudio19-dev:i386 libsoundtouch-dev:i386 libsamplerate0-dev:i386 \
|
||||
libx11-xcb-dev:i386
|
||||
|
||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10
|
||||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10
|
||||
|
|
Loading…
Reference in New Issue