wlc: fix build w/ #include <eglmesaext.h>

This commit is contained in:
Jürgen Buchmüller 2020-01-26 22:06:34 +01:00
parent c2bd48a0f7
commit af4f6c00e7

View file

@ -0,0 +1,10 @@
--- src/platform/context/egl.h 2017-10-14 20:29:48.000000000 +0200
+++ src/platform/context/egl.h 2020-01-26 22:04:57.124357295 +0100
@@ -3,6 +3,7 @@
#include <EGL/egl.h>
#include <EGL/eglext.h>
+#include <EGL/eglmesaext.h>
struct wlc_context_api;
struct wlc_backend_surface;