Hi all.

I'm working with and kivy and SDL2.

My problem is that the recipe imx-gpu-viv installs libGL.so.1.2. in /usr/lib, while SDL2 is compiled against libGLESv2.

So when I starts the SDL application from a strange behaviour the libGL is loaded, which needs libXdamage.

But the bsp is without X and sdl2 fails.


If I remove libGL.so.1.2 and I symlink libGLESv2.so to libGL.so.1.2, this can solve my problem?

There is some recipe which solve di problem?


Mauro

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to