From a8414ef400a301e05e90cc531195c6bbb8bf6acb Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 2 Oct 2015 14:08:05 -0300 Subject: imx-gpu-viv.inc: Allow libGL libraries to be installed without X11 The libGL libraries has been fixed to so the libraries can now be used with the other backends. This removed the old FIXME item. Change-Id: I99c7e68591a11fd590982690a8502bb60dc65513 Signed-off-by: Otavio Salvador --- 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.* -- cgit v1.2.3-54-g00ecf