diff options
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 9d591660e8..a210415eb7 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -71,6 +71,9 @@ do_install_append () { | |||
71 | 71 | ||
72 | # Drivers never need libtool .la files | 72 | # Drivers never need libtool .la files |
73 | rm -f ${D}${libdir}/dri/*.la | 73 | rm -f ${D}${libdir}/dri/*.la |
74 | rm -f ${D}${libdir}/egl/*.la | ||
75 | rm -f ${D}${libdir}/gallium-pipe/*.la | ||
76 | rm -f ${D}${libdir}/gbm/*.la | ||
74 | } | 77 | } |
75 | 78 | ||
76 | # For the packages that make up the OpenGL interfaces, inject variables so that | 79 | # For the packages that make up the OpenGL interfaces, inject variables so that |