CI: Install xlib dev package

Hopefully fix Qt build not having the display accessible in the PNI.
This commit is contained in:
Connor McLaughlin 2022-07-25 02:23:24 +10:00
parent 25c52f97d4
commit 5d89715b17
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
sudo apt-get install -y build-essential git cmake ccache ninja-build libclang-dev libclang-11-dev libclang-12-dev patchelf \
libglib2.0-dev libfontconfig1-dev libharfbuzz-dev libjpeg-dev libpng-dev libfreetype-dev libinput-dev libxcb-*-dev \
libxkbcommon-dev libxkbcommon-x11-dev libxrender-dev libwayland-dev libgl1-mesa-dev libegl-dev libegl1-mesa-dev \
libgl1-mesa-dev libssl-dev
libgl1-mesa-dev libssl-dev libx11-dev libx11-xcb-dev
INSTALLDIR="$HOME/deps"
NPROCS="$(getconf _NPROCESSORS_ONLN)"