scons: Aggregate all tiny libraries in a single library.
Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree,
This commit is contained in:
@@ -43,5 +43,5 @@ if 'python' in env['statetrackers']:
|
||||
source = [
|
||||
'st_hardpipe_winsys.c',
|
||||
],
|
||||
LIBS = [pyst, softpipe, trace] + auxiliaries + env['LIBS'],
|
||||
LIBS = [pyst, softpipe, trace] + gallium + env['LIBS'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user