mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-04 10:30:35 +02:00
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:
parent
5d5857af27
commit
ab40758024
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue