--- /dev/null
+From 62e178ddae24c7633d2a03b129dc52261e0a15bf Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem@gmail.com>
+Date: Wed, 7 Feb 2018 00:48:03 -0800
+Subject: [PATCH] Define MESA_EGL_NO_X11_HEADERS before including eglplatform.h
+ when X11 is disabled
+
+This helps in compiling when GL implementations e.g. mesa use
+this define to exclude X11 headers
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+---
+Upstream-Status: Submitted [https://github.com/anholt/libepoxy/pull/153]
+
+ src/dispatch_common.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
+Index: libepoxy-1.4.3/src/dispatch_common.h
+===================================================================
+--- libepoxy-1.4.3.orig/src/dispatch_common.h
++++ libepoxy-1.4.3/src/dispatch_common.h
+@@ -46,6 +46,9 @@
+ #include "epoxy/glx.h"
+ #endif
+ #if PLATFORM_HAS_EGL
++#if !PLATFORM_HAS_GLX
++#define MESA_EGL_NO_X11_HEADERS 1
++#endif
+ #include "epoxy/egl.h"
+ #endif
+ #if PLATFORM_HAS_WGL
SRC_URI = "https://github.com/anholt/${BPN}/releases/download/${PV}/${BP}.tar.xz \
file://Add-fallback-definition-for-EGL-CAST.patch \
file://0001-Make-it-possible-to-disable-the-use-of-dlvsym-needed.patch \
+ file://0001-Define-MESA_EGL_NO_X11_HEADERS-before-including-eglp.patch \
"
SRC_URI[md5sum] = "af4c3ce0fb1143bdc4e43f85695a9bed"
SRC_URI[sha256sum] = "0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6"