From dc3cb2122d14400d28e5915752eb4c5777fc1c9c Mon Sep 17 00:00:00 2001 From: Erik Kurzinger Date: Fri, 15 Aug 2025 14:57:33 -0400 Subject: [PATCH] CI: Add libdrm-dev dependency We need the drm_fourcc.h header to use the dma-bufs in LibGfx --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index edec629f986..bb50a409f5b 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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