summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/osmesa/SConscript')
-rw-r--r--src/gallium/targets/osmesa/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/targets/osmesa/SConscript b/src/gallium/targets/osmesa/SConscript
index ccf7d5170c4..f49f1fe538e 100644
--- a/src/gallium/targets/osmesa/SConscript
+++ b/src/gallium/targets/osmesa/SConscript
@@ -15,7 +15,6 @@ env.Prepend(LIBS = [
compiler,
mesa,
gallium,
- trace,
glsl,
nir,
spirv,
@@ -23,7 +22,7 @@ env.Prepend(LIBS = [
softpipe
])
-env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_SOFTPIPE'])
+env.Append(CPPDEFINES = ['GALLIUM_SOFTPIPE'])
sources = ['target.c']