diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-07-01 21:36:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:34:25 +0100 |
commit | 52892d6f8a2f37bf6b809bcbf3ad6442e152f3fb (patch) | |
tree | 115c6ae4b6288ba44ac002485949802e8958caf6 /meta/recipes-graphics/mesa/mesa_git.bb | |
parent | e4103bcf2e0e66dc41e8a8a1d62f591233e54921 (diff) | |
download | poky-52892d6f8a2f37bf6b809bcbf3ad6442e152f3fb.tar.gz |
mesa: fix pipe_loader_sw build without libx11
* this is needed to fix pipe_loader_sw build without libx11,
but building with HAVE_PIPE_LOADER_XLIB enabled still doesn't
work (nobody is using this and it was removed in newer SRCREV).
See https://bugs.freedesktop.org/show_bug.cgi?id=66357 for details.
(From OE-Core rev: 0cc7f4ebad7f4390ac340854b57111d5084bd956)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_git.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb index 5e252affa1..09a9531227 100644 --- a/meta/recipes-graphics/mesa/mesa_git.bb +++ b/meta/recipes-graphics/mesa/mesa_git.bb | |||
@@ -12,6 +12,7 @@ SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | |||
12 | file://fix-glsl-cross.patch \ | 12 | file://fix-glsl-cross.patch \ |
13 | file://0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch \ | 13 | file://0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch \ |
14 | file://0001-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \ | 14 | file://0001-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \ |
15 | file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |