On 16 August 2018 at 19:56, Mathieu Bridon wrote:
> * src/compiler/glsl/tests/optimization_test.py
> * src/compiler/glsl/glcpp/tests/glcpp_test.py
>
> Both are run directly (they are executables), and their shebang is
> Python 2. :-/
>
> They just aren't hooked up using prog_python like all the b
Hi Emil,
On Thu, 2018-08-16 at 17:11 +0100, Emil Velikov wrote:
> On 9 August 2018 at 09:27, Mathieu Bridon
> wrote:
> > Now that all the build scripts are compatible with both Python 2
> > and 3, we can flip the switch and tell Meson to use the latter.
> >
> > Since Meson already depends on Pyt
Hi Mathieu,
On 9 August 2018 at 09:27, Mathieu Bridon wrote:
> Now that all the build scripts are compatible with both Python 2 and 3,
> we can flip the switch and tell Meson to use the latter.
>
> Since Meson already depends on Python 3 anyway, this means we don't need
> two different Python sta
Now that all the build scripts are compatible with both Python 2 and 3,
we can flip the switch and tell Meson to use the latter.
Since Meson already depends on Python 3 anyway, this means we don't need
two different Python stacks to build Mesa.
Signed-off-by: Mathieu Bridon
Reviewed-by: Eric Eng