From: Emil Velikov Date: Thu, 16 Aug 2018 16:57:10 +0000 (+0100) Subject: docs: update required mako version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e39b916d0c6764b68936587d3ca293e28226d794;p=mesa.git 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 Reviewed-by: Dylan Baker Reviewed-by: Eric Engestrom --- 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.
  • Python Mako module - -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.
  • lex / yacc - for building the Mesa IR and GLSL compiler.