]> code.ossystems Code Review - openembedded-core.git/commit
mesa: double check for eglplatform.h
authorValentin Popa <valentin.popa@intel.com>
Mon, 14 Apr 2014 14:51:25 +0000 (17:51 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 19 Apr 2014 09:24:36 +0000 (10:24 +0100)
commit97bc1bce9a226cc02db8a5afc2c0d4f4f70034a6
tree4cec3ef8ca76342b1ffd5d77012a48ba335cd641
parent813fa9ed5e492e5dc08155d23d74127ca87304df
mesa: double check for eglplatform.h

Even if 'egl' is in PACKAGECONFIG, mesa egl support
can be disabled explicitly (changing configure flags
using a .bbappend, for example).
On dora, meta-fsl-arm is an example of this kind.
On master there are no known cases, and we should
encourge package configuration through PACKAGECONFIG.

This patch adds another check for the existence
of eglplatform.h before 'sed' can alter it.

Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa_9.1.6.bb
meta/recipes-graphics/mesa/mesa_git.bb