summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/qt5
Commit message (Collapse)AuthorAgeFilesLines
* 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>