Skip to content

EGL: replace MESA_EGL_NO_X11_HEADERS with USE_X11

Simon Zeni requested to merge bl4ckb0ne/mesa:egl-header into main

Since 1, EGL removed the inclusion of the Xlib headers by default. Now the caller has to define USE_X11 to access the Xlib headers instead of using EGL_NO_X11 to prevent the inclusion.

Edited by Simon Zeni

Merge request reports