aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-sato/webkit/webkitgtk_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sato/webkit/webkitgtk_%.bbappend')
-rw-r--r--recipes-sato/webkit/webkitgtk_%.bbappend4
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..74e24ac0
--- /dev/null
+++ b/recipes-sato/webkit/webkitgtk_%.bbappend
@@ -0,0 +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 x11"
+PACKAGECONFIG:append:imxgpu3d = " gles2"