CI: Add libdrm-dev dependency

We need the drm_fourcc.h header to use the dma-bufs in LibGfx
This commit is contained in:
Erik Kurzinger 2025-08-15 14:57:33 -04:00 committed by Alexander Kalenik
commit dc3cb2122d
Notes: github-actions[bot] 2025-08-18 22:32:25 +00:00

View file

@ -40,7 +40,7 @@ runs:
sudo apt-get update -y
sudo apt-get install -y autoconf autoconf-archive automake build-essential ccache cmake curl fonts-liberation2 \
gcc-14 g++-14 libcurl4-openssl-dev libegl1-mesa-dev libgl1-mesa-dev libpulse-dev libssl-dev \
gcc-14 g++-14 libcurl4-openssl-dev libdrm-dev libegl1-mesa-dev libgl1-mesa-dev libpulse-dev libssl-dev \
libstdc++-14-dev lld-20 llvm-20 nasm ninja-build qt6-base-dev qt6-tools-dev-tools tar unzip zip
if ${{ inputs.toolchain == 'Clang' }} ; then