summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-11-16 11:07:45 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-11-16 13:44:35 -0200
commitf5ae701616f3f52ddce0ca2f55faecaa31d231f9 (patch)
treea1773c4cc4fc50ae4537f8ba32318e7e9609aa54 /recipes-graphics/mesa
parentaa7536bb0ee30b702b067a8f3f46b3922e7388ea (diff)
downloadmeta-freescale-f5ae701616f3f52ddce0ca2f55faecaa31d231f9.tar.gz
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 <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend4
1 files changed, 4 insertions, 0 deletions
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 () {
23 ${D}${includedir}/GL/gl.h \ 23 ${D}${includedir}/GL/gl.h \
24 ${D}${includedir}/GL/glext.h 24 ${D}${includedir}/GL/glext.h
25} 25}
26
27do_install_append_imxgpu2d () {
28 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
29}