diff options
author | Andrea Galbusera <gizero@gmail.com> | 2017-07-14 10:44:40 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-07-14 14:35:59 +0100 |
commit | 1e1b50c55dd5d1eba5e6fda17f9176127ee6ac5d (patch) | |
tree | c5a4fae08897e46521595d3e4bd798f663ea03c2 /recipes-graphics/userland/userland_git.bb | |
parent | 4cff21e24384cf7f1e7d47e430d4254723cd25e2 (diff) | |
download | meta-raspberrypi-1e1b50c55dd5d1eba5e6fda17f9176127ee6ac5d.tar.gz |
userland: Add missing EGL_CAST defines
Needed by libepoxy
Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 26bbfaf..893fcba 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -34,6 +34,7 @@ SRC_URI = "\ | |||
34 | file://0012-implement-buffer-wrapping-interface-for-dispmanx.patch \ | 34 | file://0012-implement-buffer-wrapping-interface-for-dispmanx.patch \ |
35 | file://0013-Implement-triple-buffering-for-wayland.patch \ | 35 | file://0013-Implement-triple-buffering-for-wayland.patch \ |
36 | file://0014-GLES2-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch \ | 36 | file://0014-GLES2-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch \ |
37 | file://0015-EGL-glplatform.h-define-EGL_CAST.patch \ | ||
37 | " | 38 | " |
38 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
39 | 40 | ||