From 8629b06da99c77f1808c6ec58c4406c279eea0b5 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 30 Jul 2018 14:42:06 -0500 Subject: mesa: Remove redundant install code Now that wayland 1.15 provides libwayland-egl, the main mesa recipe removes libwayland-egl from its install, so no need to repeat that here. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- recipes-graphics/mesa/mesa_%.bbappend | 3 --- 1 file changed, 3 deletions(-) (limited to 'recipes-graphics/mesa') diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 60eaf839..5ead6251 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -37,7 +37,4 @@ do_install_append_imxgpu3d () { do_install_append_imxgpu () { rm -rf ${D}${includedir}/KHR - if [ "${BACKEND}" = "wayland" ]; then - rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc - fi } -- cgit v1.2.3-54-g00ecf