From: Fabio Berton Date: Thu, 16 Nov 2017 13:07:45 +0000 (-0200) Subject: mesa: Remove /usr/lib/pkgconfig/wayland-egl.pc X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f5ae701616f3f52ddce0ca2f55faecaa31d231f9;p=meta-freescale.git mesa: Remove /usr/lib/pkgconfig/wayland-egl.pc 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 Signed-off-by: Otavio Salvador --- 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 +}