scons: Disallow undefined symbols in Xlib libGL.so.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 19 Jul 2013 12:08:07 +0000 (13:08 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 19 Jul 2013 12:08:07 +0000 (13:08 +0100)
commit719000bd7d7d227a721ee24ea49a55ab9a972b56
tree44d23fa8cd7347d786d91c596a7aa4bc27622651
parent9f07ca11c1797ac12de1e1c6aef13cf58824b5f5
scons: Disallow undefined symbols in Xlib libGL.so.

It's not the first time that, due to missing build dependencies or
incomplete commits, we end up with a broken libGL.so that's missing
symbols, causing all tests to fail catastrophically.

Instead try to catch this sort of issues earlier.
src/gallium/targets/libgl-xlib/SConscript
src/mesa/drivers/x11/SConscript