diff options
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 4 |
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 | |||
27 | do_install_append_imxgpu2d () { | ||
28 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | ||
29 | } | ||