mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-25 00:09:54 +00: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
@ -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…
Reference in New Issue
Block a user