Mesa (master): configure: change required Python Mako version to 0.3.4

Iago Toral Quiroga itoral at kemper.freedesktop.org
Wed Jan 14 11:54:37 UTC 2015


Module: Mesa
Branch: master
Commit: 6d43a4c33864ae66a92b1d893f4400b7fa7f8a41
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d43a4c33864ae66a92b1d893f4400b7fa7f8a41

Author: Samuel Iglesias Gonsalvez <siglesias at igalia.com>
Date:   Wed Jan 14 07:52:13 2015 +0100

configure: change required Python Mako version to 0.3.4

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias at igalia.com>
Reviewed-by: Dave Airlie <airlied at redhat.com>

---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d4cf4b8..3c614ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,7 @@ if test "x$INDENT" != "xcat"; then
     AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
 fi
 
-AX_CHECK_PYTHON_MAKO_MODULE(0.7.3)
+AX_CHECK_PYTHON_MAKO_MODULE(0.3.4)
 
 AC_PROG_INSTALL
 




More information about the mesa-commit mailing list