diff options
| -rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 6cc7de70a..5030e7a37 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
| @@ -21,7 +21,9 @@ USE_VIV_LIBGL_mx6sx = "yes" | |||
| 21 | # FIXME: Dirty hack to allow use of Vivante GPU libGL binary | 21 | # FIXME: Dirty hack to allow use of Vivante GPU libGL binary |
| 22 | do_install_append_mx6 () { | 22 | do_install_append_mx6 () { |
| 23 | if [ "${USE_VIV_LIBGL}" = "yes" ]; then | 23 | if [ "${USE_VIV_LIBGL}" = "yes" ]; then |
| 24 | rm -f ${D}${libdir}/libGL.* | 24 | rm -f ${D}${libdir}/libGL.* \ |
| 25 | ${D}${includedir}/GL/gl.h \ | ||
| 26 | ${D}${includedir}/GL/glext.h | ||
| 25 | fi | 27 | fi |
| 26 | } | 28 | } |
| 27 | EXTRA_OECONF_mx6 := "${@'${EXTRA_OECONF}'.replace('--enable-glx-tls','--enable-glx')}" | 29 | EXTRA_OECONF_mx6 := "${@'${EXTRA_OECONF}'.replace('--enable-glx-tls','--enable-glx')}" |
