[HTML5-CEF] builds fail with missing wayland-scanner
Description
Trying to build CEF-enabled html5 images fails with the following error on Debian Bullseye:
run.do_compile log attached
Environment
None
Attachments
1
Activity
Roger Zanoni
August 11, 2023 at 10:38 AM
Already found a workaround, removing the --in-process-gpu flag makes it work. Probably due to this flag the EGL vars aren't being set correctly.
Roger Zanoni
August 11, 2023 at 6:38 AM
I did a bogus test for 29113 (I checked my command history and I was building only cef and running qemu to test instead of baking the image) and the change fixes the build but breaks wam runtime, it's failing to initialize the gpu process. I'm working on fixing it, but should I revert the change on master? Your fix got picked to pike instead of mine and we should be ok for the release.
Edi Feschiyan
August 3, 2023 at 12:24 PM
Installed libwayland-bin on the host and got a successful build.
Trying to build CEF-enabled html5 images fails with the following error on Debian Bullseye:
run.do_compile log attached