diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-05-17 16:57:04 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-05-23 16:16:14 +0700 |
commit | 81724f7b5e70b63a99bc638520e3e3419310f78a (patch) | |
tree | bef585d756eece00a067437ad2d0ad8136ba65b9 | |
parent | 464b9c3266ab23de27f740b9b30a75fd57bb3243 (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>
-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 |