summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2014-08-05 04:03:59 +0200
committerRoland Scheidegger <[email protected]>2014-08-05 04:13:17 +0200
commit6b834af77ec41ea974238580b23d28a5f6335090 (patch)
tree647ae69098c7c3c99372474c18985e998b528d4a /src/gallium/targets
parent9042e8863a3948267f3f279e94dd31b85eb738d4 (diff)
targets/dri: link with mesautil
Similar to other recent build fixes. Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/dri/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript
index 7c567c38d75..a7322476452 100644
--- a/src/gallium/targets/dri/SConscript
+++ b/src/gallium/targets/dri/SConscript
@@ -40,6 +40,7 @@ env.Prepend(LIBS = [
ws_kms_dri,
softpipe,
libloader,
+ mesautil,
mesa,
glsl,
gallium,