summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-12-04 07:39:59 -0700
committerBrian Paul <brianp@vmware.com>2013-12-04 07:41:29 -0700
commit2732d0d21d68355ab613a34749c2063fdf6def64 (patch)
tree753bc4e37d7e84886b4a57131d16c892c1cda34b /docs
parentf0cc59d68a9f5231e8e2111393a1834858820735 (diff)
docs: use --disable-dri3 for VMware guest driver build
For the time being at least. Suggested by Adrian Rangel. Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/vmware-guest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index b5f136f3343..833f06cebaf 100644
--- a/docs/vmware-guest.html
+++ b/docs/vmware-guest.html
@@ -134,7 +134,7 @@ As before, if you're on a 32-bit system, you should skip the --libdir
configure option.
<pre>
cd $TOP/mesa
- ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --with-gallium-drivers=svga --with-dri-drivers= --enable-xa
+ ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --with-gallium-drivers=svga --with-dri-drivers= --enable-xa --disable-dri3
make
sudo make install
</pre>