python: Allow to use trace pipe driver with python.
This commit is contained in:
@@ -30,5 +30,5 @@ if 'python' in env['statetrackers']:
|
||||
source = [
|
||||
'st_hardpipe_winsys.c',
|
||||
],
|
||||
LIBS = [pyst, softpipe] + auxiliaries + env['LIBS'],
|
||||
LIBS = [pyst, softpipe, trace] + auxiliaries + env['LIBS'],
|
||||
)
|
||||
|
Reference in New Issue
Block a user