diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-08-05 16:04:29 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | 4f50fe1d6f208f535d663325288e34fce4f0c358 (patch) | |
tree | 2a1fc4b99be77da137d847d8e7d9e856ac0a0e99 /meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | |
parent | 4695028d219a385a21aa4c69a56316d37544a1ce (diff) |
rcar-gen3: gles-user-module: WORKAROUND to fix compile error because of lacking GLES3/gl3ext.h
Gstreamer1.0-plugins-bad requires GLES3/gl3ext.h,
which should be provided by gles-user-module.
However, current GFX libraries do not have GLES3/gl3ext.h.
Hence, temporarily add GLES3/gl3ext.h from mesa to gles-user-module
to overcome this issue.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb index 1669262..7d38a52 100644 --- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb +++ b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb @@ -19,6 +19,7 @@ SRC_URI_r8a77965 = "file://r8a77965_linux_gsx_binaries_gles.tar.bz2" SRC_URI_append = " \ file://change-shell.patch \ file://rc.pvr.service \ + file://0001-WORKAROUND-using-GLES3-gl3ext.h-from-mesa-to-prevent.patch \ " inherit update-rc.d systemd |