diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-03-22 19:52:21 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-04-19 11:22:11 -0400 |
commit | d28bb06401f102e02cc7f4f921651e4c7dea2d77 (patch) | |
tree | 5929ee82536647e6c6375f7df9968ce354f6424f /gui-libs/wlroots | |
parent | app-misc/media-player-info: 24 version bump (diff) | |
download | gentoo-d28bb06401f102e02cc7f4f921651e4c7dea2d77.tar.gz gentoo-d28bb06401f102e02cc7f4f921651e4c7dea2d77.tar.bz2 gentoo-d28bb06401f102e02cc7f4f921651e4c7dea2d77.zip |
gui-libs/wlroots: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15061
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/files/wlroots-0.8.1-eglmesaextfix.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gui-libs/wlroots/files/wlroots-0.8.1-eglmesaextfix.patch b/gui-libs/wlroots/files/wlroots-0.8.1-eglmesaextfix.patch deleted file mode 100644 index 614d0c7a2cd4..000000000000 --- a/gui-libs/wlroots/files/wlroots-0.8.1-eglmesaextfix.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d113e48a2a32542fe6e12f1759f07888364609bf Mon Sep 17 00:00:00 2001 -From: Ferdinand Bachmann <theferdi265@gmail.com> -Date: Sat, 19 Oct 2019 13:33:22 +0200 -Subject: [PATCH] Add missing include required by mesa and libglvnd change - -eglext.h no longer inludes eglmesaext.h, include it within wlroots -explicitly. - -Fixes #1862 ---- - glgen.sh | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/glgen.sh b/glgen.sh -index 7324fdf6b..31af28120 100755 ---- a/glgen.sh -+++ b/glgen.sh -@@ -75,6 +75,7 @@ cat > "$OUTDIR/$BASE.h" << EOF - - #include <EGL/egl.h> - #include <EGL/eglext.h> -+#include <EGL/eglmesaext.h> - #include <GLES2/gl2.h> - #include <GLES2/gl2ext.h> - |