python: More build fixes.
[mesa.git] / src / gallium / state_trackers / python / SConscript
index 8010f122b73e4d72bb068b81a540268fec86e3b0..2b44c1373730dad345a006ed7fa6b2d37c83a3e5 100644 (file)
@@ -38,8 +38,9 @@ if 'python' in env['statetrackers']:
     ]
 
     env.Prepend(LIBS = [
+        ws_null,
         trace,
-        gallium
+        gallium,
     ])
 
     if 'llvmpipe' in env['drivers']: