summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/qt5
Commit message (Collapse)AuthorAgeFilesLines
* meta-qt5: update layerMikko Gronoff2019-01-282-90/+0
| | | | | | | | Update to latest content in Qt 5.12.1 branch (RC2), remove upstreamed patch. Change-Id: Iea9e6a9358e377c71fa7ad368ba4bffd78c6f497 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* freescale: egl_viv: cast EGLNative types from vivante functionsSamuli Piippo2019-01-102-0/+90
All vivante functions return void* even when the actual native type (EGLNativeDisplayType, EGLNativeWindowType, etc.) might be typedef'ed as something else, as they do when the CFLAGS from egl.pc are now used. Change-Id: I23bbe223a77d9233bbe0325c1e96f6e0612799cc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>