History log of /external/mesa3d/scons/x11.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0fd41d236fc3e9411180aa4978c021037ba5bbd9 01-Nov-2010 José Fonseca <jfonseca@vmware.com> scons: Restore x11 tool behavior for backwards compatability.
/external/mesa3d/scons/x11.py
601498ae73e654c2de997ea75075613a694d604d 01-Nov-2010 José Fonseca <jfonseca@vmware.com> scons: Revamp how to specify targets to build.

Use scons target and dependency system instead of ad-hoc options.

Now is simply a matter of naming what to build. For example:

scons libgl-xlib

scons libgl-gdi

scons graw-progs

scons llvmpipe

and so on. And there is also the possibility of scepcified subdirs, e.g.

scons src/gallium/drivers

If nothing is specified then everything will be build.

There might be some rough corners over the next days. Please bare with me.
/external/mesa3d/scons/x11.py
cf5cd836def660c1040d9f7a0a59aad1c69dbe37 11-Mar-2010 José Fonseca <jfonseca@vmware.com> scons: Don't always include/links X11 headers/libs.

Move it into a separate tool.

TODO: Needs to be "tooled" in each SConscript that uses it.
/external/mesa3d/scons/x11.py