This helps people compiling i-g-t figuring out what can be optional. Signed-off-by: Damien Lespiau <damien.lespiau@xxxxxxxxx> --- configure.ac | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index caf929c..1626ce8 100644 --- a/configure.ac +++ b/configure.ac @@ -192,9 +192,14 @@ echo "" echo "Intel GPU tools" echo "" +echo " • Tests:" +echo " Build tests : ${BUILD_TESTS}" +echo " Compile prime tests: ${NOUVEAU}" +echo "" echo " • Tools:" -echo " Assembler: ${enable_assembler}" -echo " Debugger: ${enable_debugger}" +echo " Assembler : ${enable_assembler}" +echo " Debugger : ${enable_debugger}" +echo " Python dumper : ${DUMPER}" echo "" # vim: set ft=config ts=8 sw=8 tw=0 noet : -- 1.8.3.1
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx