https://bugs.freedesktop.org/show_bug.cgi?id=89328
--- Comment #2 from Emil Velikov <emil.l.veli...@gmail.com> --- (In reply to Samuel Iglesias from comment #1) > Since commit 2b37bea010a9c, the format-handling code is auto-generated via > python scripts and mako templates, so python is required. > Also, Python is > listed in the prerequisites for building Mesa in the docs: > > http://www.mesa3d.org/install.html > > Maybe we need to modify our configure.ac to mark Python as hard dependency. That is correct but for building from git alone. The distribution tarballs (should) provide all the auto-generated files, similar to any other autotools project. As such one should not need any of python/mako/lex/etc but a plain compiler toolchain. Imho we should fix these in a way that, when the files are generated, all the non-compiler requirements are non-fatal. Although I cannot find a way to do that of the top of my head. At the end it would be nice to update the doc :-) -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev