| Message ID | 20251114122841.649314-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/3] mesa: assign to TOOLS and VULKAN_DRIVERS, don't chain :appends | expand |
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 001be529fca..e0ec17bd47b 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -244,12 +244,6 @@ PACKAGES =+ "libegl-mesa libegl-mesa-dev \ mesa-vdpau-drivers mesa-tools \ " -do_install:append () { - # libwayland-egl has been moved to wayland 1.15+ - rm -f ${D}${libdir}/libwayland-egl* - rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc -} - # For the packages that make up the OpenGL interfaces, inject variables so that # they don't get Debian-renamed (which would remove the -mesa suffix), and # RPROVIDEs/RCONFLICTs on the generic libgl name.
This library was removed from upstream in mesa 18.2[1]. [1] mesa b9361c9df05 ("egl: remove wayland-egl now that we're using libwayland-egl") Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/mesa/mesa.inc | 6 ------ 1 file changed, 6 deletions(-)