Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cast to EGLNativeWindowType explicitly #192

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

aperezdc
Copy link
Member

In order to avoid off build failures due to mismatching (but compatible) declarations of wl_egl_window and EGLNativeWindowType, add an explicit cast to EGLNativeWindowType inside the TargetWayland::nativeWindow() function.

Solves the following build issue found by the Buildroot autobuilders:

In order to avoid off build failures due to mismatching (but
compatible) declarations of wl_egl_window and EGLNativeWindowType,
add an explicit cast to EGLNativeWindowType inside the
TargetWayland::nativeWindow() function.

Solves the following build issue found by the Buildroot autobuilders:

  http://autobuild.buildroot.net/results/92c5cc3134e92c263a0cbb4c05ef8956569e434b/
@aperezdc aperezdc added the bug Something isn't working label Aug 13, 2024
@aperezdc aperezdc self-assigned this Aug 13, 2024
@aperezdc aperezdc merged commit e56a259 into master Aug 14, 2024
2 checks passed
@aperezdc aperezdc added the merge:wpebackend-fdo-1.14 PR should be merged to the 1.14 branch as well label Aug 14, 2024
@aperezdc aperezdc deleted the aperezdc/egl-cast-fix branch August 14, 2024 09:46
@aperezdc
Copy link
Member Author

Cherry-picked into the wpebackend-fdo-1.14 branch as commit dbaac06.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working merge:wpebackend-fdo-1.14 PR should be merged to the 1.14 branch as well
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants