[meta-freescale] [meta-fsl-arm PATCH 1/2] imx-gpu-viv.inc: Allow libGL libraries to be installed without X11

Otavio Salvador otavio at ossystems.com.br
Tue Oct 6 15:32:36 PDT 2015


The libGL libraries has been fixed to so the libraries can now be used
with the other backends. This removed the old FIXME item.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
index 468849c..1bc2848 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
@@ -198,16 +198,6 @@ do_install () {
     ln -sf libGLESv2.so.2.0.0 ${D}${libdir}/libGLESv2.so.2
     ln -sf libGLESv2.so.2.0.0 ${D}${libdir}/libGLESv2.so
 
-    # FIXME: The libGL.so* libraries depend on the X11 libraries and
-    # libglapi.so from mesa. For non-X11 distros, neither of them are listed
-    # as build dependencies, which can lead to non-deterministic package
-    # dependencies. If the intention is that the GL backend should be usable
-    # without X11, the linking should be fixed. For now just skip
-    # packaging them.
-    if [ "${USE_X11}" = "no" ]; then
-        rm ${D}${libdir}/libGL.*
-    fi
-
     # skip packaging wayland libraries if no support is requested
     if [ "${USE_WL}" = "no" ]; then
         rm ${D}${libdir}/libgc_wayland_protocol.*
-- 
2.6.1



More information about the meta-freescale mailing list