[Mesa-dev] [PATCH 1/3] configure.ac: search for and set PYTHON3
Jonathan Gray
jsg at jsg.id.au
Fri Apr 22 15:21:38 UTC 2016
src/intel/genxml/gen_pack_header.py requires python3.
Signed-off-by: Jonathan Gray <jsg at jsg.id.au>
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 6b00cf9..9459489 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,6 +99,7 @@ AM_PROG_CC_C_O
AM_PROG_AS
AX_CHECK_GNU_MAKE
AC_CHECK_PROGS([PYTHON2], [python2.7 python2 python])
+AC_CHECK_PROGS([PYTHON3], [python3.4 python3])
AC_PROG_SED
AC_PROG_MKDIR_P
@@ -2788,6 +2789,7 @@ if test "x$MESA_LLVM" = x1; then
echo ""
fi
echo " PYTHON2: $PYTHON2"
+echo " PYTHON3: $PYTHON3"
echo ""
echo " Run '${MAKE-make}' to build Mesa"
--
2.8.1
More information about the mesa-dev
mailing list