From e18599b05e0f0cbeba11adbd489e801285470eab Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 25 May 2020 17:02:38 +0200 Subject: render/egl: stop including eglmesaext.h This is a Mesa-specific header that was needed because some Wayland EGL extensions were missing from the Khronos registry. Now that this has been fixed [1] and Mesa [2] & glvnd [3] have sync'ed their headers, we can drop this workaround. [1]: https://github.com/KhronosGroup/EGL-Registry/pull/95 [2]: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4953 [3]: https://gitlab.freedesktop.org/glvnd/libglvnd/-/merge_requests/225 --- include/wlr/render/egl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/wlr/render') diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 48382f6d..46af0cf8 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -23,10 +23,6 @@ #include #include -#if WLR_HAS_EGLMESAEXT_H -// TODO: remove eglmesaext.h -#include -#endif #include #include #include -- cgit v1.2.3