OpenSTLinux/Yocto V4.0.0: unable to connect to Wayland display
Hi,
me and my team are working on a project on STM32MP1-DK2.
While everything is working fine on the previous ecosystrem release (v3.1.0),
after updating to the latest release v4.0.0, our demo stop to work, even after recompiling.
This is caused by the following code:
wl_display * display = wl_display_connect(NULL);
if (display == NULL) {
std::cout << "can't connect to wayland display" << std::endl;
return false;
}wl_display_connect keeps returning null and thus I cannot get the current Wayland display.
What's more interesting is that even the built-in "weston-info" tool has the same issue and in fact it doesnt work.
Can anyone help?
Thank you
