From f5ae701616f3f52ddce0ca2f55faecaa31d231f9 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 16 Nov 2017 11:07:45 -0200 Subject: [PATCH] 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 --- 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.40.1