diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-05-17 16:57:04 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-09-24 08:16:24 +0700 |
commit | 5257955398ab1d6a11ea6a255dccac5ea9627ca2 (patch) | |
tree | 71c91da12ab2f4aaf433e6619eec6c73ab0e5222 /meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | |
parent | 3e0ff568a09954d556859d8eb67a2f4449c039ba (diff) |
rcar-gen3: gles-user-module: Drop mesa dependency
From Wayland 1.15.0 official announcement:
https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html
| libwayland-egl is now part of libwayland, and will presumably be
| removed from mesa in the not too distant future.
Hence, this commit removes mesa dependency on GFX modules.
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: I486cf3dedd7d4438517c8a17bf170ed6cc3b4d04
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 | 3 |
1 files changed, 0 insertions, 3 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 29f25c9..344c675 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 @@ -32,9 +32,6 @@ SYSTEMD_SERVICE_${PN} = "rc.pvr.service" do_populate_lic[noexec] = "1" do_compile[noexec] = "1" -#The headers of gles-user-module need headers from virtual/mesa. -do_populate_sysroot[depends] += "virtual/mesa:do_populate_sysroot" - do_install() { # Install configuration files install -d ${D}${sysconfdir}/init.d |