aco: Don't store LS VS outputs to LDS when TCS doesn't need them.
[mesa.git] / src / gallium / targets / graw-xlib / SConscript
index 76e4d4fd64ee409f62720f28d890d562b4bc814a..c4131923dc8638ffd355397b69096fd969444b72 100644 (file)
@@ -7,7 +7,10 @@ env = env.Clone()
 
 env.Prepend(LIBS = [
     ws_xlib,
+    compiler,
+    mesautil,
     gallium,
+    nir,
 ])
 
 env.Append(LIBS = env['X11_LIBS'])
@@ -19,16 +22,14 @@ env.Append(CPPPATH = [
     '#src/gallium/winsys',
 ])
 
-env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE', 'GALLIUM_GALAHAD'])
-
 sources = [
     'graw_xlib.c',
     graw_util
 ]
 
 if True:
-    env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE'])
-    env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
+    env.Append(CPPDEFINES = ['GALLIUM_SOFTPIPE'])
+    env.Prepend(LIBS = [softpipe])
 
 if env['llvm']:
     env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')