Hi , i think its time to someone write a complete article about wayland Compiling &amp; Running . the exististing article is very old and not usable now .<br><br>--<br><br>I compiled old versions of wayland years age but it didnt work for me , now i think it has more fixes and more stable than old versions.<br>
<br>i downloaded latest versions of these package and compiled and installed :<br><br>libdrm from /~krh/libdrm<br>mesa-kms-6  /~krh/mesa<br>libxkbcommon /~krh/libxkbcommon<br>cairo-wayland /~krh/cario<br><br>.<br>mesa with : --with-egl-platforms=kms --disable-gallium --disable-demos<br>
cair with : --enable-gl<br><br>i compiled them without errors and installed them , but when i was compling wayland i got some errors : <br><br>compositor-drm.c : in function create_output_for_connector : <br>EGL_DRM_BUFFER_FORMAT_MESA undeclared first use in this functions<br>
<br>and lots more : EGL_DRM_BUFFER_FORMAT_ARGB32_MESA , EGL_DRM_BUFFER_USE_SCANOUT_MESA ...<br><br>--<br><br>its related to header files , whats the problem ?!