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 <emma@anholt.net>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40302>
This commit is contained in:
Valentine Burley 2026-03-09 14:48:30 +01:00 committed by Marge Bot
parent 5d5857af27
commit ab40758024

View file

@ -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: