summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend11
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 742d2e1a..48dfa331 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -34,10 +34,9 @@ do_install_append_imxgpu3d () {
34 fi 34 fi
35} 35}
36 36
37do_install_append_imxgpu2d () { 37do_install_append_imxgpu () {
38 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc 38 rm -f ${D}${includedir}/KHR
39} 39 if [ "${BACKEND}" = "wayland" ]; then
40 40 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
41do_install_append_imxgpu2d () { 41 fi
42 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
43} 42}