aboutsummaryrefslogtreecommitdiffstats
path: root/main/cogl
diff options
context:
space:
mode:
Diffstat (limited to 'main/cogl')
-rw-r--r--main/cogl/fix-wayland-egl-includes.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/cogl/fix-wayland-egl-includes.patch b/main/cogl/fix-wayland-egl-includes.patch
deleted file mode 100644
index e1d12f7070c..00000000000
--- a/main/cogl/fix-wayland-egl-includes.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/cogl/cogl-texture-2d.c b/cogl/cogl-texture-2d.c
-index cc28cd9..c28d14d 100644
---- a/cogl/cogl-texture-2d.c
-+++ b/cogl/cogl-texture-2d.c
-@@ -57,6 +57,7 @@
-
- #ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT
- #include "cogl-wayland-server.h"
-+#include <EGL/eglmesaext.h>
- #endif
-
- static void _cogl_texture_2d_free (CoglTexture2D *tex_2d);