diff options
author | Ross Burton <ross.burton@intel.com> | 2013-08-09 16:32:24 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-13 07:29:32 -0700 |
commit | fbc7092f0ae07538d4363679b1597ba4e556d1a8 (patch) | |
tree | c27fe059d872e4b9c0bce895034a79da4bc8685f /meta/recipes-graphics/mesa/mesa_git.bb | |
parent | 33fc0caa169c8d0c707977e387bda6a23630ee12 (diff) | |
download | openembedded-core-fbc7092f0ae07538d4363679b1597ba4e556d1a8.tar.gz openembedded-core-fbc7092f0ae07538d4363679b1597ba4e556d1a8.tar.bz2 openembedded-core-fbc7092f0ae07538d4363679b1597ba4e556d1a8.zip |
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 <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_git.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |