summaryrefslogtreecommitdiffstats
path: root/recipes-sato
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-07-08 13:45:47 -0700
committerKhem Raj <raj.khem@gmail.com>2023-07-08 15:03:33 -0700
commit339aae60e67558ccf5f28501f91fc5f92005afb3 (patch)
treeab9dee2d1766de392a522660806a4fa0974caeb1 /recipes-sato
parentb7accc67aa8cd94e61f0710c1112f9505a46b7a2 (diff)
downloadmeta-freescale-339aae60e67558ccf5f28501f91fc5f92005afb3.tar.gz
webkitgtk: Remove x11 from packageconfigs
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>
Diffstat (limited to 'recipes-sato')
-rw-r--r--recipes-sato/webkit/webkitgtk_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sato/webkit/webkitgtk_%.bbappend b/recipes-sato/webkit/webkitgtk_%.bbappend
index 085be634..74e24ac0 100644
--- a/recipes-sato/webkit/webkitgtk_%.bbappend
+++ b/recipes-sato/webkit/webkitgtk_%.bbappend
@@ -1,4 +1,4 @@
1# Fixes compile errors like 1# Fixes compile errors like
2# 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*'} 2# 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*'}
3PACKAGECONFIG:remove:imxgpu3d = "opengl opengl-or-es" 3PACKAGECONFIG:remove:imxgpu3d = "opengl x11"
4PACKAGECONFIG:append:imxgpu3d = " gles2" 4PACKAGECONFIG:append:imxgpu3d = " gles2"