[oe-commits] Nicolas Dechesne : mesa: fix EGL compilation without X11 headers

git at git.openembedded.org git at git.openembedded.org
Mon Jul 29 12:19:11 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: e4f5a568ec8df772f2b8c07f2ac946b2e9247ccd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e4f5a568ec8df772f2b8c07f2ac946b2e9247ccd

Author: Nicolas Dechesne <nicolas.dechesne at linaro.org>
Date:   Mon Jul 22 16:19:41 2013 +0200

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 at linaro.org>

---

 meta/recipes-graphics/mesa/mesa-9.0.2.inc          |    2 +-
 ...ate-NativeDisplayType-depending-on-config.patch |  361 ++++++++++++++++++++
 .../fix-egl-compilation-without-x11-headers.patch  |   32 --
 3 files changed, 362 insertions(+), 33 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=e4f5a568ec8df772f2b8c07f2ac946b2e9247ccd


More information about the Openembedded-commits mailing list