Skip to content

egl: only check dri3 on X11

Antonino Maniscalco requested to merge antonino/mesa:egldri3fix into main

When mesa is built without support for X11 Zink will always refuse to start unless LIBGL_KOPPER_DRI2 is set.

Only perform this check on X11 where it is relevant.

Merge request reports