summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-03-29 14:56:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-31 18:55:49 -0300
commit5f6be413fc20af9581329485cbbd6e62fe565d2b (patch)
tree93cb4368163dec437ede0063c6088575da5f50b5 /recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
parentc97e048d813176fbf396de8dc22791fb43272bca (diff)
downloadmeta-fsl-arm-5f6be413fc20af9581329485cbbd6e62fe565d2b.tar.gz
gpu-viv-bin-mx6q: Drop libgl-mx6-dev runtime depends on libgl-mesa-dev
The mesa is not build in case we don't have X11 enabled and forcing this runtime dependency breaks the Wayland and DirectFB backends build. The right way to address this issue is to isolate the used headers from mesa and get them into the gpu-viv-bin-mx6q tarball but this is something that ought to be done by Vivante and/or Freescale. Change-Id: I25126aa362fe3ce0e74ea0dee2f0cd59fae2c531 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc')
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
index f20356d..078d6d4 100644
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
@@ -205,7 +205,6 @@ FILES_libgal-mx6-dbg = "${libdir}/.debug/libGAL${SOLIBS}"
205FILES_libgl-mx6 = "${libdir}/libGL${REALSOLIBS}" 205FILES_libgl-mx6 = "${libdir}/libGL${REALSOLIBS}"
206FILES_libgl-mx6-dev = "${libdir}/libGL${SOLIBSDEV}" 206FILES_libgl-mx6-dev = "${libdir}/libGL${SOLIBSDEV}"
207FILES_libgl-mx6-dbg = "${libdir}/.debug/libGL.${SOLIBS}" 207FILES_libgl-mx6-dbg = "${libdir}/.debug/libGL.${SOLIBS}"
208RDEPENDS_libgl-mx6-dev = "libgl-mesa-dev"
209 208
210# libEGL needs to open libGLESv1.so 209# libEGL needs to open libGLESv1.so
211INSANE_SKIP_libgles-mx6 += "dev-so" 210INSANE_SKIP_libgles-mx6 += "dev-so"