diff options
author | Brian Paul <brianp@vmware.com> | 2009-10-08 20:49:32 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-10-08 20:49:36 -0600 |
commit | 90692486aa79452c6421041b4b7e7f34857e3278 (patch) | |
tree | 790479a86c0faded229484e3ee28358fcf051885 | |
parent | 859828cc4fb989bc5b67d26991a090a9f37e7c05 (diff) |
docs: bump libdrm version requirement
Probably need to bump other version requirements too...
-rw-r--r-- | docs/install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.html b/docs/install.html index 953d2094d5..8c24cee7a3 100644 --- a/docs/install.html +++ b/docs/install.html @@ -35,14 +35,14 @@ <h3>1.1 Prerequisites for DRI and hardware acceleration</h3> <p> -The following are required for DRI-based hardware acceleration with Mesa 7.3: +The following are required for DRI-based hardware acceleration with Mesa: </p> <ul> <li><a href="http://xorg.freedesktop.org/releases/individual/proto/">dri2proto</a> version 1.99.3 or later <li>Linux 2.6.28 <li><a href="http://dri.freedesktop.org/libdrm/" target="_parent">libDRM</a> -version 2.4.3 or later +version 2.4.15 or later <li>Xorg server version 1.5 or later </ul> </p> |