]> code.ossystems Code Review - meta-freescale.git/commitdiff
gpu-viv-bin-mx6q: Drop libgl-mx6-dev runtime depends on libgl-mesa-dev
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 29 Mar 2014 17:56:54 +0000 (14:56 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 31 Mar 2014 21:55:49 +0000 (18:55 -0300)
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>
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc

index f20356d79e76553401a2e29526da2cdee049ad35..078d6d423db9d9332bf314291384197c0856ca2d 100644 (file)
@@ -205,7 +205,6 @@ FILES_libgal-mx6-dbg = "${libdir}/.debug/libGAL${SOLIBS}"
 FILES_libgl-mx6 = "${libdir}/libGL${REALSOLIBS}"
 FILES_libgl-mx6-dev = "${libdir}/libGL${SOLIBSDEV}"
 FILES_libgl-mx6-dbg = "${libdir}/.debug/libGL.${SOLIBS}"
-RDEPENDS_libgl-mx6-dev = "libgl-mesa-dev"
 
 # libEGL needs to open libGLESv1.so
 INSANE_SKIP_libgles-mx6 += "dev-so"