summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"