how to use eglfs on imx6
Unsolved
Mobile and Embedded
-
I can find xcb,offscreen and minimal but libqeglfs.so so that I cannot run the project with -platform eglfs to use OpenGL.what should I do.
environment: ubuntu14.04, imx6duallite, fsl 4.1.15. -
@Mihan said in how to use eglfs on imx6:
what should I do
Compile it.
When you call configure before building Qt you will see what is enabled and what not. If eglfs is not enabled then check configure log to see what is missing (usually header files/libs).