From: Otavio Salvador Date: Sat, 29 Mar 2014 17:56:54 +0000 (-0300) Subject: gpu-viv-bin-mx6q: Drop libgl-mx6-dev runtime depends on libgl-mesa-dev X-Git-Tag: 2.1~973 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=33ffd159a18e9222c315b86e6503c6b7dcbef4aa;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc index f20356d7..078d6d42 100644 --- a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc +++ b/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc @@ -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"