summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libepoxy/files
diff options
context:
space:
mode:
authorAlistair Francis <alistair@alistair23.me>2019-12-20 22:36:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-01 10:46:16 +0000
commit34773a298ed795e9d43bf59f0c8456e6b601b0f2 (patch)
treef647fd94b97384769e24d51538f9ab4b435839d0 /meta/recipes-graphics/libepoxy/files
parentfc2ba05725d0d179f312706e68edbd3577e44a9d (diff)
downloadpoky-34773a298ed795e9d43bf59f0c8456e6b601b0f2.tar.gz
mesa: Upgrade to 19.3.1
Upgrade mesa to 19.3 and refresh the patches. As MESA_EGL_NO_X11_HEADERS was renamed to EGL_NO_X11 in [1] we are going to change the do_install and add a patch to libepoxy to use the new define. 1: https://gitlab.freedesktop.org/mesa/mesa/commit/6202a13b71e18dc31ba7e2f4ea915b67eacc1ddb (From OE-Core rev: 7a3d575ba56311c46122dfe9fa88094859fe9713) Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libepoxy/files')
-rw-r--r--meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch b/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch
new file mode 100644
index 0000000000..7262945181
--- /dev/null
+++ b/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch
@@ -0,0 +1,26 @@
1From 6f15cc28d17cfdd86f5974f06ad97b8afedd5627 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Fri, 25 Oct 2019 11:09:34 +0000
4Subject: [PATCH] dispatch_common.h: define also EGL_NO_X11
5
6MESA_EGL_NO_X11_HEADERS was renamed to EGL_NO_X11 in:
7https://github.com/mesa3d/mesa/commit/6202a13b71e18dc31ba7e2f4ea915b67eacc1ddb
8
9Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10Upstream-Status: Pending
11---
12 src/dispatch_common.h | 1 +
13 1 file changed, 1 insertion(+)
14
15diff --git a/src/dispatch_common.h b/src/dispatch_common.h
16index dcb3a35..c206253 100644
17--- a/src/dispatch_common.h
18+++ b/src/dispatch_common.h
19@@ -52,6 +52,7 @@
20 * should do the same
21 */
22 # define MESA_EGL_NO_X11_HEADERS 1
23+# define EGL_NO_X11 1
24 # endif
25 #include "epoxy/egl.h"
26 #endif