diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 5d4a452d33..8bf417ac73 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -136,7 +136,7 @@ do_install_append () { | |||
136 | chrpath --delete ${D}${libdir}/dri/*_dri.so || true | 136 | chrpath --delete ${D}${libdir}/dri/*_dri.so || true |
137 | 137 | ||
138 | # libwayland-egl has been moved to wayland 1.15+ | 138 | # libwayland-egl has been moved to wayland 1.15+ |
139 | rm -f ${D}${libdir}/libwayland-egl.so* | 139 | rm -f ${D}${libdir}/libwayland-egl* |
140 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | 140 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc |
141 | } | 141 | } |
142 | 142 | ||