From: Ross Burton Date: Fri, 14 Nov 2025 12:28:40 +0000 (+0000) Subject: mesa: remove obsolete deletion of libwayland-egl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f1f94c0e54366ae9e4fb958773cd4415cf822b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: remove obsolete deletion of libwayland-egl 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 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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.