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

qt/linux: don't bundle libwayland-client.so.0 #3240

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

benma
Copy link
Contributor

@benma benma commented Mar 17, 2025

This fixes this crash:

BitBox: symbol lookup error: /lib/x86_64-linux-gnu/libEGL_mesa.so.0:
undefined symbol: wl_display_create_queue_with_name

which is likely caused by the target system having a newer version of Mesa that is incompatible with the verison of libwayland-client.so.0 that we bundled.

Before asking for reviews, here is a check list of the most common things you might need to consider:

  • updating the Changelog
  • writing unit tests
  • checking if your changes affect other coins or tokens in unintended ways
  • testing on multiple environments (Qt, Android, ...)
  • having an AI review your changes

This fixes this crash:

```
BitBox: symbol lookup error: /lib/x86_64-linux-gnu/libEGL_mesa.so.0:
undefined symbol: wl_display_create_queue_with_name
```

which is likely caused by the target system having a newer version of
Mesa that is incompatible with the verison of libwayland-client.so.0
that we bundled.
@benma benma requested a review from Beerosagos March 17, 2025 13:32
Copy link
Collaborator

@Beerosagos Beerosagos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@benma benma merged commit c32c2b6 into BitBoxSwiss:master Mar 18, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants