From af4f6c00e7444ba8232560b8447b54f66f029dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 26 Jan 2020 22:06:34 +0100 Subject: [PATCH] wlc: fix build w/ #include --- srcpkgs/wlc/patches/eglmesaext_h.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/wlc/patches/eglmesaext_h.patch diff --git a/srcpkgs/wlc/patches/eglmesaext_h.patch b/srcpkgs/wlc/patches/eglmesaext_h.patch new file mode 100644 index 00000000000..2a1e9c847e2 --- /dev/null +++ b/srcpkgs/wlc/patches/eglmesaext_h.patch @@ -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 + #include ++#include + + struct wlc_context_api; + struct wlc_backend_surface;