Protect against redefining MESA_EGL_NO_X11_HEADERS

This commit is contained in:
Jente Hidskes 2018-12-22 16:51:29 +01:00 committed by emersion
parent b6b1bf9490
commit ed5296c6cf
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#include <wlr/config.h>
#if !WLR_HAS_X11_BACKEND && !WLR_HAS_XWAYLAND
#if !WLR_HAS_X11_BACKEND && !WLR_HAS_XWAYLAND && !defined MESA_EGL_NO_X11_HEADERS
#define MESA_EGL_NO_X11_HEADERS
#endif

View File

@ -11,7 +11,7 @@
#include <wlr/config.h>
#if !WLR_HAS_X11_BACKEND && !WLR_HAS_XWAYLAND
#if !WLR_HAS_X11_BACKEND && !WLR_HAS_XWAYLAND && !defined MESA_EGL_NO_X11_HEADERS
#define MESA_EGL_NO_X11_HEADERS
#endif