summaryrefslogtreecommitdiffstats
path: root/recipes-sato
Commit message (Collapse)AuthorAgeFilesLines
* webkitgtk: Fix build with vivante openGL SDKsKhem Raj2023-01-111-0/+4
Fixes build errors like 2.38.3-r0/webkitgtk-2.38.3/Source/WebCore/platform/graphics/egl/GLContextEGL.cpp:198:59: error: invalid 'static_cast' from type 'GLNativeWindowType' {aka 'long unsigned int'} to type 'EGLNativeWindowType' {aka 'wl_egl_window*'} 198 | surface = eglCreateWindowSurface(display, config, static_cast<EGLNativeWindowType>(window), nullptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>