summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_18.1.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-07-15 12:44:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-18 10:18:42 +0100
commitea9d7095a641b4dbf2b8f0dabd5099159e45ce82 (patch)
treeec835372597f580f475f0ed4dc7230659531fe80 /meta/recipes-graphics/mesa/mesa_18.1.3.bb
parenta24e8944e76dd6647a810a4a509b2dca0e3e86af (diff)
downloadpoky-ea9d7095a641b4dbf2b8f0dabd5099159e45ce82.tar.gz
mesa: Fix build with wayland and egl
When wayland and egl both are on then it enables the wayland plugin which actually fails to build because its not finding wayland-protocol xml templates in proper location which is recipe sysroot since we are cross compiling Fixes build errors e.g. make[4]: *** No rule to make target `//usr/share/wayland-protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml', needed by `drivers/dri2/linux-dmabuf-unstable-v1-client-protocol.h'. Stop. make[4]: *** Waiting for unfinished jobs.... (From OE-Core rev: ff4762e94faa095abd7175810d1053fdd361058f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_18.1.3.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_18.1.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_18.1.3.bb b/meta/recipes-graphics/mesa/mesa_18.1.3.bb
index e4aad1d047..0b49793c9d 100644
--- a/meta/recipes-graphics/mesa/mesa_18.1.3.bb
+++ b/meta/recipes-graphics/mesa/mesa_18.1.3.bb
@@ -7,6 +7,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
7 file://0006-Use-Python-3-to-execute-the-scripts.patch \ 7 file://0006-Use-Python-3-to-execute-the-scripts.patch \
8 file://0007-dri-i965-Add-missing-time.h-include.patch \ 8 file://0007-dri-i965-Add-missing-time.h-include.patch \
9 file://0008-egl-fix-build-race-in-automake.patch \ 9 file://0008-egl-fix-build-race-in-automake.patch \
10 file://cross-compile-WAYLAND_PROTOCOLS_DATADIR.patch \
10" 11"
11 12
12SRC_URI[md5sum] = "b34273403a605f6f98ead00f0bdf8e0b" 13SRC_URI[md5sum] = "b34273403a605f6f98ead00f0bdf8e0b"