diff options
author | Brian Paul <brianp@vmware.com> | 2013-12-04 07:39:59 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2013-12-04 07:41:29 -0700 |
commit | 2732d0d21d68355ab613a34749c2063fdf6def64 (patch) | |
tree | 753bc4e37d7e84886b4a57131d16c892c1cda34b /docs | |
parent | f0cc59d68a9f5231e8e2111393a1834858820735 (diff) | |
download | mesa-2732d0d21d68355ab613a34749c2063fdf6def64.tar.gz |
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html index b5f136f334..833f06ceba 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> |