diff options
author | Eric Engestrom <[email protected]> | 2016-07-19 13:41:36 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-08-25 16:51:27 +0100 |
commit | ed871af91c2a34efde5073c91d87d1d31d50f5a8 (patch) | |
tree | 2d19a75af780aa20ad1e8d083a9c3024f8432984 /configure.ac | |
parent | 2a2dc416b6816ac8914c5f45ac80545d2c09246f (diff) |
configure.ac: raise Mako required version to 0.8.0
It seems [0] old versions of Mako are no longer supported. Emil mentioned it
might need v0.8.0 [1] for isl_format_layout [2], although I didn't get
a confirmation that it's really the minimum.
Let's raise it to that to avoid getting other bugs.
We might lower it a bit again later if it turns out we can.
[0] https://lists.freedesktop.org/archives/mesa-dev/2016-July/122772.html
[1] https://lists.freedesktop.org/archives/mesa-dev/2016-July/122775.html
[2] https://lists.freedesktop.org/archives/mesa-dev/2016-July/123278.html
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5a35599cccc..d3dace85982 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ XCBDRI2_REQUIRED=1.8 XCBGLX_REQUIRED=1.8.1 XSHMFENCE_REQUIRED=1.1 XVMC_REQUIRED=1.0.6 -PYTHON_MAKO_REQUIRED=0.3.4 +PYTHON_MAKO_REQUIRED=0.8.0 dnl Check for progs AC_PROG_CPP |