wpewebkit: Enable QtWPE build support for Qt6 for 2.46.0
Tested with QT6 build
know issue: gcc 11 may failed build neon.h failed for arm64, see https://github.com/Qingwu-Li/WebKit/commit/176cb80e1579308f5f4a534ee796b1a7855f6248
@pabelenda Please do a review!
Hi @Qingwu-Li, thank you for the PR. We really appreciate all contributions to the project. I have a few comments regarding the pull request:
-
2.45.xis not a stable WPE release. Odd-numbered versions refer to development releases. I suggest adjusting thewpewebkitbump to version2.44.4. Please note that this PR already handles the bump to2.44.4. - Is Qt6 WPE not yet supported in
2.44? If that is the case, we could consider adding support for2.45as an exception, but withDEFAULT_PREFERENCE = "-1"in the recipe.
- Is Qt6 WPE not yet supported in
2.44? If that is the case, we could consider adding support for2.45as an exception, but withDEFAULT_PREFERENCE = "-1"in the recipe.
Hello @psaavedra , yes Qt6 WPE not supported in 2.44,
Change in V2:
Add DEFAULT_PREFERENCE = "-1"
Fix the gcc 11(kirkstone) build simd failed issue.
We are going to release 2.46.0 soon. It would be great if you could update this PR with an update to that version when it's available in some weeks.
We are going to release 2.46.0 soon. It would be great if you could update this PR with an update to that version when it's available in some weeks.
This PR (https://github.com/Igalia/meta-webkit/pull/509) will move the WPE version to 2.46. I could be very happy to integrate your changes after this 509 is merged if you make the adaptations in this 506 PR.
We are going to release 2.46.0 soon. It would be great if you could update this PR with an update to that version when it's available in some weeks.
This PR (#509) will move the WPE version to 2.46. I could be very happy to integrate your changes after this 509 is merged if you make the adaptations in this 506 PR.
#509 is ready and landed. Let's trigger the Actions for this PR.
@Qingwu-Li is this PR still a Draft?
modifed Upstream-Status to Upstream-Status: Submitted