render/egl: drop MESA_EGL_NO_X11_HEADERS

This has been superseded by the standard EGL_NO_X11 switch,
supported by Mesa 19.3.0+.
This commit is contained in:
Simon Ser 2022-05-25 17:50:39 +02:00
parent 28d89779af
commit 4b77eadf06
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@
#ifndef WLR_RENDER_EGL_H
#define WLR_RENDER_EGL_H
#ifndef MESA_EGL_NO_X11_HEADERS
#define MESA_EGL_NO_X11_HEADERS
#endif
#ifndef EGL_NO_X11
#define EGL_NO_X11
#endif