summaryrefslogtreecommitdiff
path: root/gui-libs/wpebackend-fdo/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /gui-libs/wpebackend-fdo/files
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'gui-libs/wpebackend-fdo/files')
-rw-r--r--gui-libs/wpebackend-fdo/files/1.4.0-eglmesaext-include.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/gui-libs/wpebackend-fdo/files/1.4.0-eglmesaext-include.patch b/gui-libs/wpebackend-fdo/files/1.4.0-eglmesaext-include.patch
deleted file mode 100644
index df332f93ef0b..000000000000
--- a/gui-libs/wpebackend-fdo/files/1.4.0-eglmesaext-include.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From bee4104c897412fbe58da0b9615d3a1a1bde826a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= <emilio@crisal.io>
-Date: Sun, 15 Dec 2019 13:30:47 +0100
-Subject: [PATCH] Add missing include.
-
-In Fedora Rawhide, while trying to build WebKitGTK, I get a build error otherwise,
-as `PFNEGLQUERYWAYLANDBUFFERWL` is defined in `eglmesaext.h`.
-
-It looks like this header has existed for quite a while so should be fine to include
-directly.
----
- src/ws.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/ws.cpp b/src/ws.cpp
-index f1ff709..53a6702 100644
---- a/src/ws.cpp
-+++ b/src/ws.cpp
-@@ -27,6 +27,7 @@
-
- #include <EGL/egl.h>
- #include <EGL/eglext.h>
-+#include <EGL/eglmesaext.h>
- #include "linux-dmabuf/linux-dmabuf.h"
- #include "bridge/wpe-bridge-server-protocol.h"
- #include <cassert>