I want to use GPU to solve the effectiveness problem that when I zoom in/out a curve, the usage rate of CPU is closed to 100%, and the animation is not smooth. So I try using -platform eglfs to run my project, but it doesn't work(without eglfs, only have minimal, offscreen, xcb.).
So how can I make libqeglfs.so when I build image, rootfs and toolchain. Now I use fsl-yocto-L4.1.15_2.0.0-ga
Regards.