<div>Hi I am trying to build Wayland on Ubuntu.</div>
<div> </div>
<div>The problem is that now I get this error during build.</div>
<div> </div>
<div>- Requested 'xcb-glx >= 1.8.1' but version of XCB GLX is 1.5</div>
<div> </div>
<div>I am trying to download package using 'sudo apt-get install libxcb-glx0'</div>
<div>but I got the message 'already newest'</div>
<div> </div>
<div>How can i fix this problem ?</div>
<div> </div>
<div>and Is mesa being built incorrectly ?</div>
<div>I finished wayland, drm building. please refer that.</div>
<div>  
<div>Thank's </div>
<div> </div></div>
<div>sudo apt-get install xutils-dev bison libx11-dev x11proto-gl-dev<br>- glproto<br><a href="http://cgit.freedesktop.org/xorg/proto/glproto">http://cgit.freedesktop.org/xorg/proto/glproto</a> connect and download glproto-1.4.16.tar.gz version.<br>
tar –xzvf glproto-1.4.16.tar.gz<br>cd glproto-1.4.16<br>./autogen.sh --prefix=$WLD<br>make install<br>- dri2proto<br><a href="http://cgit.freedesktop.org/xorg/proto/dri2proto">http://cgit.freedesktop.org/xorg/proto/dri2proto</a> connect and download dri2proto-2.8.tar.gz version.<br>
tar –xzvf dri2proto-2.8.tar.gz<br>cd dri2proto-2.8<br>./autogen.sh --prefix=$WLD<br>make install<br>sudo apt-get install libxext-dev libxdamage-dev libxfixes-dev libx11-xcb-dev libxcb-glx0-dev</div>
<div> </div>
<div>git clone git://<a href="http://anongit.freedesktop.org/mesa/mesa">anongit.freedesktop.org/mesa/mesa</a><br>cd mesa<br>./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl \ --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi \ --with-gallium-drivers=r300,r600,swrast,nouveau<br>
make && make install</div>
<div> </div>