gallium/u_queue: add an option to name threads
[mesa.git] / src / gallium / targets / graw-gdi / SConscript
index dc7b7f197a9ad0c9c855cdf0e8bc3786463acdb3..67d437374fb8c17deeeee77caca8b00add914a30 100644 (file)
@@ -10,7 +10,7 @@ env.Append(CPPPATH = [
 ])
 
 env.Prepend(LIBS = [
-    mesautils,
+    mesautil,
     gallium,
     'gdi32',
     'user32',
@@ -23,8 +23,8 @@ sources = [
 ]
 
 if True:
-    env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE'])
-    env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
+    env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_SOFTPIPE'])
+    env.Prepend(LIBS = [trace, rbug, softpipe])
 
 if env['llvm']:
     env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')