Part Number: AM5728
LINUX PSDK 5.03
Hello,
I have written a third-party application that requires OpenGL libraries (libEGL.so, libGLESv2.so, libGL.so etc)
All these libraries are available on the EVM at /usr/lib/ path except for libGL.so.
When I try to cross-compile libGL.so form Mesa and use it in my application it shows multiple dependencies related to xcb and X11 libraries (libxcb-sync, libxcb-present etc).
Can you guide me to a path where I'd get libGL.so or correct sources of the same?
Thanks,
Devashish