diff options
Diffstat (limited to 'recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 10 |
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.* |