]> code.ossystems Code Review - openembedded-core.git/commit
mesa: fix EGL compilation without X11 headers
authorNicolas Dechesne <nicolas.dechesne@linaro.org>
Mon, 22 Jul 2013 14:19:41 +0000 (16:19 +0200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 29 Jul 2013 08:24:54 +0000 (09:24 +0100)
commite4f5a568ec8df772f2b8c07f2ac946b2e9247ccd
tree2a0ae3f2bf30f2e46ec609991a8223f526b14d82
parent5c585a7a8c856802b79effc7f47ba3e44d7a489c
mesa: fix EGL compilation without X11 headers

Extracted from "d7033f4 mesa: upgrade to 9.1.3", already merged in master.

Add EGL-Mutate-NativeDisplayType-depending-on-config.patch to build correctly in
a non-X11 environment, it replaces fix-egl-compilation-without-x11-headers.patch.

The new patch fixes compilation issues for components that include
EGL/eglplatform.h file. With the original patch it was required to use
-DMESA_EGL_NO_X11_HEADERS when using mesa .h files to get proper C definitions.

The new patch was backported (trivial) to mesa 9.0.2 which is in dylan.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
meta/recipes-graphics/mesa/mesa-9.0.2.inc
meta/recipes-graphics/mesa/mesa/EGL-Mutate-NativeDisplayType-depending-on-config.patch [new file with mode: 0644]
meta/recipes-graphics/mesa/mesa/fix-egl-compilation-without-x11-headers.patch [deleted file]