diff options
author | Emil Velikov <[email protected]> | 2018-08-16 17:57:10 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-08-23 12:02:45 +0100 |
commit | e39b916d0c6764b68936587d3ca293e28226d794 (patch) | |
tree | 0dc3da98b61bd2ae6fe5ffb02b723e40d2882ff4 | |
parent | e7149369bdce50e8db5641e9b92799b26727b31a (diff) |
docs: update required mako version
The requirement was bumped a while back, but we forgot to update the
docs.
Fixes: ed871af91c2 ("configure.ac: raise Mako required version to
0.8.0")
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
-rw-r--r-- | docs/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.html b/docs/install.html index f6094671cf9..d3c53d174a3 100644 --- a/docs/install.html +++ b/docs/install.html @@ -75,7 +75,7 @@ you think you've spotted a bug let developers know by filing a Version 2.7 or later should work. </li> <li><a href="http://www.makotemplates.org/">Python Mako module</a> - -Python Mako module is required. Version 0.3.4 or later should work. +Python Mako module is required. Version 0.8.0 or later should work. </li> <li>lex / yacc - for building the Mesa IR and GLSL compiler. <div> |