From ab407580248675b6df5fd8955e9848c7bf52c730 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 9 Mar 2026 14:48:30 +0100 Subject: [PATCH] ci: Enable EGL and GLX in debian-no-libdrm Now that zink can be built without a hard dependency on libdrm by using the 'software' dri_platform, we can enable EGL, GLX, and the associated window system platforms (X11, Wayland) in the debian-no-libdrm build job. Acked-by: Emma Anholt Reviewed-by: Eric Engestrom Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 720538df4be..79504a9adc0 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -548,10 +548,11 @@ debian-no-libdrm: BUILDTYPE: release EXTRA_OPTION: > -D freedreno-kmds=kgsl - -D glx=disabled + -D glx=dri -D gbm=disabled - -D egl=disabled + -D egl=enabled -D perfetto=true + -D platforms=x11,wayland debian-clang: extends: