Re: [Mesa-dev] [PATCH] configure.ac: error out when building from git without python3

2016-05-04 Thread Emil Velikov
On 4 May 2016 at 13:08, Ilia Mirkin wrote: > Only if building Intel vulkan, no? I believe the idea is to move from python2 so this will do no harm as is. > Could that script just be fixed to work > with python2 BTW? > Possibly. The above 'moving away from python2' topic still applies imho. If we

Re: [Mesa-dev] [PATCH] configure.ac: error out when building from git without python3

2016-05-04 Thread Ilia Mirkin
Only if building Intel vulkan, no? Could that script just be fixed to work with python2 BTW? On May 4, 2016 6:44 AM, "Emil Velikov" wrote: > From: Emil Velikov > > Bail early, as opposed to later on during the build. > > Signed-off-by: Emil Velikov > --- > configure.ac | 6 ++ > 1 file cha

[Mesa-dev] [PATCH] configure.ac: error out when building from git without python3

2016-05-04 Thread Emil Velikov
From: Emil Velikov Bail early, as opposed to later on during the build. Signed-off-by: Emil Velikov --- configure.ac | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 5f75c60..0932871 100644 --- a/configure.ac +++ b/configure.ac @@ -142,6 +142,12 @@ el