See #235 (comment). Debugging this with @petegriffin on IRC, it was clear that the build process is trying to invoke /usr/bin/wayland-scanner, and it fails when it is not present.
The recipe needs to set system_wayland_scanner_path in GN appropriately so that the native version from OE/Yocto is used instead.
See #235 (comment). Debugging this with @petegriffin on IRC, it was clear that the build process is trying to invoke
/usr/bin/wayland-scanner, and it fails when it is not present.The recipe needs to set
system_wayland_scanner_pathin GN appropriately so that the native version from OE/Yocto is used instead.