summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/userland_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-09 23:48:44 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2017-05-11 18:18:05 +0100
commit2aa6b1a637112aea7729bf32e114aa9fa270fb23 (patch)
tree6c48ae8661a9eeeb14e6db70a92c7b55aafcfa94 /recipes-graphics/userland/userland_git.bb
parent8527a396d38aec7776182caca8b9a237e03c3965 (diff)
downloadmeta-raspberrypi-2aa6b1a637112aea7729bf32e114aa9fa270fb23.tar.gz
userland: Add missing GLES2 defines
Needed by weston Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
-rw-r--r--recipes-graphics/userland/userland_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 9526fae..1176ef2 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -33,6 +33,7 @@ SRC_URI = "\
33 file://0011-build-shared-library-for-vchostif.patch \ 33 file://0011-build-shared-library-for-vchostif.patch \
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" 37"
37S = "${WORKDIR}/git" 38S = "${WORKDIR}/git"
38 39