On 22 April 2016 at 16:21, Jonathan Gray <j...@jsg.id.au> wrote:
> Allows the build to work when the python3 binary is not "python3".
>
> Signed-off-by: Jonathan Gray <j...@jsg.id.au>
> ---
>  src/intel/genxml/Makefile.am | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/src/intel/genxml/Makefile.am b/src/intel/genxml/Makefile.am
> index 77b2f19..be3ad41 100644
> --- a/src/intel/genxml/Makefile.am
> +++ b/src/intel/genxml/Makefile.am
> @@ -26,7 +26,9 @@ BUILT_SOURCES =                                         \
>         gen8_pack.h                                     \
>         gen9_pack.h
>
> +PYTHON3_GEN = $(AM_V_GEN)$(PYTHON3) $(PYTHON_FLAGS)
> +
>  %_pack.h : %.xml gen_pack_header.py
> -       $(AM_V_GEN) $(srcdir)/gen_pack_header.py $< > $@
> +       $(PYTHON3_GEN) $(srcdir)/gen_pack_header.py $< > $@
>
Nice. While you're here, please drop gen_pack_header.py's execute bit.

With that this and 1/3 are
Reviewed-by: Emil Velikov <emil.veli...@collabora.com>

Thanks
Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to