scons: Prune out unnecessary targets.

This prunes out all targets except libgl-gdi, libgl-xlib, and svga, as
suggested by Marek Olšák.

libgl-xlib will be remove once I have had time to confirm no automated
tests we have rely upon it.

There are also a bunch of Makefile.sources which become orphaned as
result, that are not taken care of in this change.

v2: Prune remainders of swr support.

Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4348>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4348>
This commit is contained in:
Jose Fonseca
2020-03-27 15:07:32 +00:00
committed by Marge Bot
parent 0f847b18bc
commit 2e92d33819
29 changed files with 1 additions and 1406 deletions

View File

@@ -132,5 +132,3 @@ mesa = env.ConvenienceLibrary(
env.Alias('mesa', mesa)
Export('mesa')
SConscript('drivers/SConscript')