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 <[email protected]> --- recipes-graphics/mesa/mesa_%.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 60eaf83..5ead625 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 } -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
