projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0cc59d
)
docs: use --disable-dri3 for VMware guest driver build
author
Brian Paul
<brianp@vmware.com>
Wed, 4 Dec 2013 14:39:59 +0000
(07:39 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 4 Dec 2013 14:41:29 +0000
(07:41 -0700)
For the time being at least. Suggested by Adrian Rangel.
Signed-off-by: Brian Paul <brianp@vmware.com>
docs/vmware-guest.html
patch
|
blob
|
history
diff --git
a/docs/vmware-guest.html
b/docs/vmware-guest.html
index b5f136f3343ca325ce1dbdbbe6b3a05f8245afe2..833f06cebaf953d6b082afd1e3d1821c0db3373b 100644
(file)
--- 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>