[PATCH] Update mesa build instructions
Casey Dahlin
cdahlin at redhat.com
Sun Jul 17 23:02:25 PDT 2011
---
building.html | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/building.html b/building.html
index f52f80e..1cced7b 100644
--- a/building.html
+++ b/building.html
@@ -85,11 +85,25 @@ Other dependencies are development packages of xcb-dri2 and xcb-xfixes.</p>
$ ./autogen.sh --prefix=$WLD --enable-nouveau-experimental-api
$ make && make install
+ $ git clone git://anongit.freedesktop.org/git/xorg/util/macros
+ $ cd macros
+ $ ./autogen.sh --prefix=$WLD
+ $ make && make install
+
+ $ git clone git://anongit.freedesktop.org/xorg/proto/glproto
+ $ cd macros
+ $ ./autogen.sh --prefix=$WLD
+ $ make && make install
+
+ $ git clone git://anongit.freedesktop.org/xorg/proto/dri2proto
+ $ cd macros
+ $ ./autogen.sh --prefix=$WLD
+ $ make && make install
+
$ git clone git://anongit.freedesktop.org/mesa/mesa
$ cd mesa
- $ ./autogen.sh --prefix=$WLD --enable-gles2 \
- --disable-gallium-egl --enable-gallium-nouveau --enable-gallium-r600 \
- --with-egl-platforms=x11,wayland,drm
+ $ ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl \
+ --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi
$ make && make install
</pre>
--
1.7.6
More information about the wayland-devel
mailing list