Re: [Mesa-dev] [PATCH v2 5/5] scons: Check for mako 0.8.0

2018-08-16 Thread Eric Engestrom
On Wednesday, 2018-08-15 09:18:08 -0700, Dylan Baker wrote: > v2: - Use distutils to do the version checking > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107565 Acked-by: Eric Engestrom > --- > scons/gallium.py | 13 + > 1 file changed, 13 insertions(+) > > diff

Re: [Mesa-dev] [PATCH v2 5/5] scons: Check for mako 0.8.0

2018-08-15 Thread Jose Fonseca
On 15/08/18 17:18, Dylan Baker wrote: v2: - Use distutils to do the version checking Bugzilla:

[Mesa-dev] [PATCH v2 5/5] scons: Check for mako 0.8.0

2018-08-15 Thread Dylan Baker
v2: - Use distutils to do the version checking Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107565 --- scons/gallium.py | 13 + 1 file changed, 13 insertions(+) diff --git a/scons/gallium.py b/scons/gallium.py index 659da72c1c3..aa7201a9715 100755 --- a/scons/gallium.py