summaryrefslogtreecommitdiffstats
path: root/recipes-sato
Commit message (Collapse)AuthorAgeFilesLines
* webkitgtk: Remove x11 from packageconfigsKhem Raj2023-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | opengl-or-es can be kept now This ends up configure errors with newly updated 2.40 webkit in core Fixes issues like | CMake Error at Source/cmake/WebKitMacros.cmake:154 (target_link_libraries): | Target "WebCore" links to: | | WPE::libwpe | | but the target was not found. Possible reasons include: | | * There is a typo in the target name. | * A find_package call is missing for an IMPORTED target. | * An ALIAS target is missing. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>