diff options
author | Mihai Lindner <mihai.lindner@nxp.com> | 2019-12-19 18:13:24 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-23 09:34:16 -0300 |
commit | 8ad4ad24fa48cf1f72f3296d5ca5bdd373edb7ee (patch) | |
tree | 58808737f93e11afe957d2e498964e7dfcc54e93 /recipes-graphics/mesa | |
parent | c1f57b426317c792ac302a52ef363d4b44619fc4 (diff) | |
download | meta-freescale-8ad4ad24fa48cf1f72f3296d5ca5bdd373edb7ee.tar.gz |
mesa: Fix glcorearb.h collision with imx-gpu-viv
Fix ERROR:
The file /usr/include/GL/glcorearb.h is installed by both mesa and
imx-gpu-viv, aborting.
Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index c522315a..dbaab89e 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -41,6 +41,7 @@ BACKEND = \ | |||
41 | do_install_append_imxgpu3d () { | 41 | do_install_append_imxgpu3d () { |
42 | rm -f ${D}${libdir}/libGL.* \ | 42 | rm -f ${D}${libdir}/libGL.* \ |
43 | ${D}${includedir}/GL/gl.h \ | 43 | ${D}${includedir}/GL/gl.h \ |
44 | ${D}${includedir}/GL/glcorearb.h \ | ||
44 | ${D}${includedir}/GL/glext.h \ | 45 | ${D}${includedir}/GL/glext.h \ |
45 | ${D}${includedir}/GL/glx.h \ | 46 | ${D}${includedir}/GL/glx.h \ |
46 | ${D}${includedir}/GL/glxext.h | 47 | ${D}${includedir}/GL/glxext.h |