python: Allow to use trace pipe driver with python.
[mesa.git] / src / gallium / state_trackers / python / SConscript
index 973d96d55a1c0354e17113757d41258424919330..1581182aec2f8788a0c6ef912e087cecfe36e14d 100644 (file)
@@ -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'],
     )