diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-11 02:02:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-11 02:02:11 -0300 |
commit | cebd00222154424ec7f021bb326704d7909b6c88 (patch) | |
tree | 330922edb1f5f812a1b6e66cda3ddefb8245cb46 /main | |
parent | ec06d69a0cf30e0687d681c9daaab7bf74fd1d99 (diff) | |
download | aports-cebd00222154424ec7f021bb326704d7909b6c88.tar.bz2 aports-cebd00222154424ec7f021bb326704d7909b6c88.tar.xz |
cleanup stale patches
Diffstat (limited to 'main')
-rw-r--r-- | main/cogl/fix-wayland-egl-includes.patch | 12 |
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 e1d12f7070..0000000000 --- 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); |