Otavio Salvador <otavio@ossystems.com.br> , 09.04.2015 19:46:
On Thu, Apr 9, 2015 at 2:08 PM, Benjamin Federau
<benjamin.federau@basyskom.com> wrote:
> Ruben Morgade <rmorgade@arantia.com> , 13.10.2014 13:14:
...
> I have this error with Qt 5.4.1 (meta-qt5 layer master branch with Yocto
> dizzy) right now.
>
> Could you solve this build issue?
...

We had some projects using Wayland and it worked fine. What issue you
are having?

The build of qtwayland stops with

qtwayland/5.4.1-r0/qtwayland-opensource-src-5.4.1/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.cpp:142:67:
error: cannot convert 'Display* {aka _XDisplay*}' to 'EGLNativeDisplayType {aka _FBDisplay*}' for argument '1' to 'void* eglGetDisplay(EGLNativeDisplayType)'
     integration->mEglDisplay = eglGetDisplay(integration->mDisplay);

and some more errors as you can see here
http://pastebin.com/EbXsdiyF

-
Benjamin Federau