mirror of https://github.com/PCSX2/pcsx2.git
debian-packager: Explicitly add libx11-xcb-dev to Debian packager. (#3621)
Ubuntu 20.04 onwards stopped pulling in libx11-xcb-dev with libx11-dev
This commit is contained in:
parent
dc5bfbb470
commit
a0fe237dde
|
@ -20,6 +20,7 @@ Build-Depends: cmake (>= 2.8.5),
|
||||||
libwxgtk3.0-dev,
|
libwxgtk3.0-dev,
|
||||||
libxml2-dev,
|
libxml2-dev,
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
|
libx11-xcb-dev,
|
||||||
locales | locales-all,
|
locales | locales-all,
|
||||||
portaudio19-dev,
|
portaudio19-dev,
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
|
|
Loading…
Reference in New Issue