From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- .../files/wlroots-0.8.1-eglmesaextfix.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gui-libs/wlroots/files/wlroots-0.8.1-eglmesaextfix.patch (limited to 'gui-libs/wlroots/files') diff --git a/gui-libs/wlroots/files/wlroots-0.8.1-eglmesaextfix.patch b/gui-libs/wlroots/files/wlroots-0.8.1-eglmesaextfix.patch new file mode 100644 index 000000000000..614d0c7a2cd4 --- /dev/null +++ b/gui-libs/wlroots/files/wlroots-0.8.1-eglmesaextfix.patch @@ -0,0 +1,25 @@ +From d113e48a2a32542fe6e12f1759f07888364609bf Mon Sep 17 00:00:00 2001 +From: Ferdinand Bachmann +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 + #include ++#include + #include + #include + -- cgit v1.2.3