Mesa (master): docs: use --disable-dri3 for VMware guest driver build

Brian Paul brianp at kemper.freedesktop.org
Wed Dec 4 14:41:38 UTC 2013


Module: Mesa
Branch: master
Commit: 2732d0d21d68355ab613a34749c2063fdf6def64
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2732d0d21d68355ab613a34749c2063fdf6def64

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Dec  4 07:39:59 2013 -0700

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 at vmware.com>

---

 docs/vmware-guest.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index b5f136f..833f06c 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>




More information about the mesa-commit mailing list