mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
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>
This commit is contained in:
parent
f0cc59d68a
commit
2732d0d21d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue