Module: Mesa Branch: staging/18.2 Commit: 4b103d9931a717e715d874d647132e43b2ff9213 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b103d9931a717e715d874d647132e43b2ff9213
Author: Emil Velikov <[email protected]> Date: Thu Aug 16 17:57:10 2018 +0100 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]> (cherry picked from commit e39b916d0c6764b68936587d3ca293e28226d794) --- docs/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.html b/docs/install.html index 08081944cf..5493da054c 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.6.4 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> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
