Building Wayland on Ubuntu

김은철 chulspro at gmail.com
Wed Oct 10 09:09:02 PDT 2012


Hi I am trying to build Wayland on Ubuntu.

The problem is that now I get this error during build.

- Requested 'xcb-glx >= 1.8.1' but version of XCB GLX is 1.5

I am trying to download package using 'sudo apt-get install libxcb-glx0'
but I got the message 'already newest'

How can i fix this problem ?

and Is mesa being built incorrectly ?
I finished wayland, drm building. please refer that.

Thank's

sudo apt-get install xutils-dev bison libx11-dev x11proto-gl-dev
- glproto
http://cgit.freedesktop.org/xorg/proto/glproto connect and download
glproto-1.4.16.tar.gz version.
tar –xzvf glproto-1.4.16.tar.gz
cd glproto-1.4.16
./autogen.sh --prefix=$WLD
make install
- dri2proto
http://cgit.freedesktop.org/xorg/proto/dri2proto connect and download
dri2proto-2.8.tar.gz version.
tar –xzvf dri2proto-2.8.tar.gz
cd dri2proto-2.8
./autogen.sh --prefix=$WLD
make install
sudo apt-get install libxext-dev libxdamage-dev libxfixes-dev
libx11-xcb-dev libxcb-glx0-dev

git clone git://anongit.freedesktop.org/mesa/mesa
cd mesa
./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
make && make install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20121011/ab4be3d2/attachment.html>


More information about the wayland-devel mailing list