The file /usr/lib/pkgconfig/wayland-egl.pc is installed by imx-gpu-viv and we need to remove from mesa.
Signed-off-by: Fabio Berton <[email protected]> --- recipes-graphics/mesa/mesa_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index eaa94eef..a89184ec 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -23,3 +23,7 @@ do_install_append_imxgpu3d () { ${D}${includedir}/GL/gl.h \ ${D}${includedir}/GL/glext.h } + +do_install_append_imxgpu2d () { + rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc +} -- 2.14.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
