diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-03-21 15:05:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-24 17:00:52 +0000 |
commit | b32c0ba7c9969189c824d2c7dc72af466786a19e (patch) | |
tree | bb7deee11f43119a37462425ce31a6cdefc2db8c /scripts | |
parent | e7f81f1959ba0f4ca6daec3628b322767ed92308 (diff) | |
download | poky-b32c0ba7c9969189c824d2c7dc72af466786a19e.tar.gz |
glew: Fix build errors at recipes depending on glew
Glew headers override mesa headers by setting mesa's include guards. This
stopped working since mesa renamed them.
Fixes errors like this in depending recipes:
| <...>/recipe-sysroot/usr/include/GL/glext.h:12066:105: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, const GLfloat*)'
| typedef void (APIENTRYP PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, const GLfloat *params);
| ^
(From OE-Core rev: fd6ca8f7453230bac4cd1145406a55549ad43e71)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions