Hi,
My application is trying to get the eglDisplay using below code
display = eglGetDisplay( EGL_DEFAULT_DISPLAY );
on iMX8m where Wayland display system is used, but I'm getting the below error
EGL: Warning: No default display support on wayland
Is EGL_DEFAULT_DISPLAY not supported on Wayland as warned above or am I
supposed to do anything special here?