From fbc7092f0ae07538d4363679b1597ba4e556d1a8 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 9 Aug 2013 16:32:24 +0100 Subject: mesa: fix and enable out-of-tree builds One patch (submitted upstream) for when Gallium is enabled, and another (inappropriate for upstream) to fix out-of-tree builds with 0003-EGL-Mutate-NativeDisplayType-depending-on-config. Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- meta/recipes-graphics/mesa/mesa_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics/mesa/mesa_git.bb') diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb index 52d3d815ff..e3e515098d 100644 --- a/meta/recipes-graphics/mesa/mesa_git.bb +++ b/meta/recipes-graphics/mesa/mesa_git.bb @@ -13,6 +13,8 @@ SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \ file://0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch \ file://0004-glsl-fix-builtin_compiler-cross-compilation.patch \ + file://0005-fix-out-of-tree-builds-gallium.patch \ + file://0006-fix-out-of-tree-egl.patch \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg