-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add Wayland support #6458
Add Wayland support #6458
Conversation
This reverts commit 88e8b51.
is it possible for me to have the CI build it and I download the build? |
f858881
to
5a4aae5
Compare
ok I built it myself, turns out it was pretty easy. qt6 wayland libraries are missing from the original qt tarball, so time to fix that I guess |
ok I will fix up this PR now that I know what is needed :) |
6cea922
to
b298a10
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to work for the tarball package. Did you also test with the deb package? I fear we still miss some lines in https://github.com/Etaash-mathamsetty/webots/blob/wayland/scripts/packaging/files_core.txt#L136 so that it works also with the deb package.
I sent you an invite to become a member of the webots committers group. Being a member, you should be able to create PRs on this repo (no need to fork anymore) and to set PR labels that will trigger CI jobs, including the build of test distributions. |
it's not possible for me to test the .deb package, I use arch linux. I will fix that file now |
b298a10
to
1c4bdec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. That looks good to me. Hopefully, someone will test the nightly build of the deb package and report any problem.
(feel free to Squash and merge) |
was I supposed to merge it into develop? whoops |
No, that's fine as it can be considered as a bug fix, maintenance fix or minor improvement. So, it's okay to target the master branch in these cases. |
Description
Adds wayland support into the builds of webots
Related Issues
This pull-request fixes issue #6424
Tasks
Add the list of tasks of this PR.
Documentation
Not sure what documentation I should add
Screenshots
Additional context
the webots-qt tarball needs to be updated with wayland support