diff options
| -rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 67e8f5ae6..60eaf8393 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
| @@ -36,7 +36,7 @@ do_install_append_imxgpu3d () { | |||
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | do_install_append_imxgpu () { | 38 | do_install_append_imxgpu () { |
| 39 | rm -f ${D}${includedir}/KHR | 39 | rm -rf ${D}${includedir}/KHR |
| 40 | if [ "${BACKEND}" = "wayland" ]; then | 40 | if [ "${BACKEND}" = "wayland" ]; then |
| 41 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | 41 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc |
| 42 | fi | 42 | fi |
