summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-10-02 14:08:05 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:20 -0300
commita4518414f4094f9fa73e0c4dd9a1501a686d506b (patch)
tree83cb0e6595c8cd5c735f9eac25e615a62aee3889 /recipes-graphics
parent6e12eca32dc1316689a74f929e334f02feac06ab (diff)
downloadmeta-freescale-a4518414f4094f9fa73e0c4dd9a1501a686d506b.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc10
1 files changed, 0 insertions, 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 468849c8..1bc2848f 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 () {
198 ln -sf libGLESv2.so.2.0.0 ${D}${libdir}/libGLESv2.so.2 198 ln -sf libGLESv2.so.2.0.0 ${D}${libdir}/libGLESv2.so.2
199 ln -sf libGLESv2.so.2.0.0 ${D}${libdir}/libGLESv2.so 199 ln -sf libGLESv2.so.2.0.0 ${D}${libdir}/libGLESv2.so
200 200
201 # FIXME: The libGL.so* libraries depend on the X11 libraries and
202 # libglapi.so from mesa. For non-X11 distros, neither of them are listed
203 # as build dependencies, which can lead to non-deterministic package
204 # dependencies. If the intention is that the GL backend should be usable
205 # without X11, the linking should be fixed. For now just skip
206 # packaging them.
207 if [ "${USE_X11}" = "no" ]; then
208 rm ${D}${libdir}/libGL.*
209 fi
210
211 # skip packaging wayland libraries if no support is requested 201 # skip packaging wayland libraries if no support is requested
212 if [ "${USE_WL}" = "no" ]; then 202 if [ "${USE_WL}" = "no" ]; then
213 rm ${D}${libdir}/libgc_wayland_protocol.* 203 rm ${D}${libdir}/libgc_wayland_protocol.*