diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-15 17:14:27 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-16 15:01:29 -0300 |
commit | f8517afc7a5ada4538b3b7d397fa32586d57ffe5 (patch) | |
tree | 79349f091306d1760fd4687e62336ffa8fb8c721 /recipes-graphics/mesa/mesa-demos/fix-clear-build-break.patch | |
parent | c92b415d653afc55f33b6b93fb9248193bfd4fa0 (diff) | |
download | meta-freescale-f8517afc7a5ada4538b3b7d397fa32586d57ffe5.tar.gz |
Move meta-fsl-arm content to layer root
The meta-fsl-arm is going to be used as the base for this layer. It
contains a clean history and allowing a more granullar set of changes.
This commit is just a rename of all contents of meta-fsl-arm
subdirectory to this layer's root, subsequent changes are based on top
of that.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa/mesa-demos/fix-clear-build-break.patch')
-rw-r--r-- | recipes-graphics/mesa/mesa-demos/fix-clear-build-break.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa-demos/fix-clear-build-break.patch b/recipes-graphics/mesa/mesa-demos/fix-clear-build-break.patch new file mode 100644 index 00000000..eb541d65 --- /dev/null +++ b/recipes-graphics/mesa/mesa-demos/fix-clear-build-break.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | mesa-demos: Add extension header to fix build break now that gl1 is removed | ||
2 | |||
3 | Upstream Status: Pending | ||
4 | |||
5 | diff --git a/src/egl/opengles1/clear.c b/src/egl/opengles1/clear.c | ||
6 | index 9fe1b5291e1905fd6fe572063ed707d59ce45a81..ca9954a21b5f475709dbdef07f90b900962fcbc7 100644 | ||
7 | --- a/src/egl/opengles1/clear.c | ||
8 | +++ b/src/egl/opengles1/clear.c | ||
9 | @@ -34,7 +34,7 @@ | ||
10 | #include <stdio.h> | ||
11 | #include <EGL/egl.h> | ||
12 | #include <GLES/gl.h> | ||
13 | - | ||
14 | +#include <GLES/glext.h> | ||
15 | #include "eglut.h" | ||
16 | |||
17 | typedef void (GL_APIENTRY *type_ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); | ||