Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.2.1
-
None
-
embedded linux
Description
Dialogs are working on raspberry pi, but not on imx6. If the capability handling is copied from the raspberry eglfs to imx6 elgfs hook, then it works.
bool QEglFSImx6Hooks::hasCapability(QPlatformIntegration::Capability cap) const { switch (cap) { case QPlatformIntegration::ThreadedPixmaps: case QPlatformIntegration::OpenGL: case QPlatformIntegration::ThreadedOpenGL: case QPlatformIntegration::BufferQueueingOpenGL: return true; default: return false; } }
In 5.2.0 it used to be working.