[Web] [PATCH 1/3] Enable building gallium for nouveau.
Darxus
darxus at chaosreigns.com
Mon Mar 26 09:36:04 PDT 2012
Required for this to work with nouveau. r300,r600,swrast are already
built by default.
---
building.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/building.html b/building.html
index 0ca147a..30a0379 100644
--- a/building.html
+++ b/building.html
@@ -99,7 +99,8 @@ Other dependencies are development packages of xcb-dri2 and xcb-xfixes.</p>
$ 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-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi \
+ --with-gallium-drivers=r300,r600,swrast,nouveau
$ make && make install
</pre>
--
1.7.1
More information about the wayland-devel
mailing list