The flatpak build of WPE with the Qt extension enabled fails at compiling gstreamer 1.16.0 with the error "Unknown type feature". This is due to the fact that "feature" was introduced with meson 0.47.0, but at build time meson 0.46.0 is used. Steps to reproduce: $ ./Tools/Scripts/webkit-flatpak --wpe --wpe-extension=qt --update I'm going to submit a patch to fix it.
Created attachment 368545 [details] Patch
Now I'm getting this error, not sure if it is related to the kde runtime 5.12 bump.
Forgot the link: https://paste.ubuntu.com/p/nvWmBjpq65/
The new error that I was receiving is not related to this patch. It's caused by another bug https://bugs.webkit.org/show_bug.cgi?id=197415
Comment on attachment 368545 [details] Patch Rejecting attachment 368545 [details] from commit-queue. ludovico.denittis@collabora.com does not have committer permissions according to https://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json. - If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
Comment on attachment 368545 [details] Patch Clearing flags on attachment: 368545 Committed r245515: <https://trac.webkit.org/changeset/245515>
All reviewed patches have been landed. Closing bug.
<rdar://problem/50945849>