Skip to content

Commit

Permalink
webkitgtk: Remove x11 from packageconfigs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kraj committed Jul 8, 2023
1 parent b7accc6 commit 339aae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-sato/webkit/webkitgtk_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fixes compile errors like
# 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*'}
PACKAGECONFIG:remove:imxgpu3d = "opengl opengl-or-es"
PACKAGECONFIG:remove:imxgpu3d = "opengl x11"
PACKAGECONFIG:append:imxgpu3d = " gles2"

0 comments on commit 339aae6

Please sign in to comment.