diff options
-rw-r--r-- | recipes-sato/webkit/webkitgtk_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-sato/webkit/webkitgtk_%.bbappend b/recipes-sato/webkit/webkitgtk_%.bbappend new file mode 100644 index 00000000..085be634 --- /dev/null +++ b/recipes-sato/webkit/webkitgtk_%.bbappend | |||
@@ -0,0 +1,4 @@ | |||
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*'} | ||
3 | PACKAGECONFIG:remove:imxgpu3d = "opengl opengl-or-es" | ||
4 | PACKAGECONFIG:append:imxgpu3d = " gles2" | ||