summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r--src/gallium/tests/graw/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript
index 7b900637cd5..a40d66d4a1d 100644
--- a/src/gallium/tests/graw/SConscript
+++ b/src/gallium/tests/graw/SConscript
@@ -9,7 +9,7 @@ except NameError:
env = env.Clone()
env.Prepend(LIBPATH = [graw.dir])
-env.Prepend(LIBS = ['graw'])
+env.Prepend(LIBS = ['graw'] + gallium)
progs = [
'clear',