diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-07-09 17:26:03 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 17:26:03 -0300 |
| commit | 8525a1ab5cb5a536ff7c42a69c8a8cde1a2226a3 (patch) | |
| tree | ab9dee2d1766de392a522660806a4fa0974caeb1 | |
| parent | b7accc67aa8cd94e61f0710c1112f9505a46b7a2 (diff) | |
| parent | 339aae60e67558ccf5f28501f91fc5f92005afb3 (diff) | |
| download | meta-freescale-8525a1ab5cb5a536ff7c42a69c8a8cde1a2226a3.tar.gz | |
Merge pull request #1600 from YoeDistro/yoe/mut
webkitgtk: Remove x11 from packageconfigs
| -rw-r--r-- | recipes-sato/webkit/webkitgtk_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sato/webkit/webkitgtk_%.bbappend b/recipes-sato/webkit/webkitgtk_%.bbappend index 085be634b..74e24ac01 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*'} |
| 3 | PACKAGECONFIG:remove:imxgpu3d = "opengl opengl-or-es" | 3 | PACKAGECONFIG:remove:imxgpu3d = "opengl x11" |
| 4 | PACKAGECONFIG:append:imxgpu3d = " gles2" | 4 | PACKAGECONFIG:append:imxgpu3d = " gles2" |
