Skip to content

EGL: Set EGL_NO_X11 macro if --disable-x11 is used.

Kyle Brenneman requested to merge kbrenneman/libglvnd:egl-no-x11-macro into master

This is a follow-on to !192 (merged). This changes the --disable-x11 option to set the new EGL_NO_X11 macro, so that the EGL header files don't try to use the Xlib headers.

Merge request reports