OSDN Git Service

targets/dri: link with mesautil
authorRoland Scheidegger <sroland@vmware.com>
Tue, 5 Aug 2014 02:03:59 +0000 (04:03 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 5 Aug 2014 02:13:17 +0000 (04:13 +0200)
Similar to other recent build fixes.

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/targets/dri/SConscript

index 7c567c3..a732247 100644 (file)
@@ -40,6 +40,7 @@ env.Prepend(LIBS = [
     ws_kms_dri,
     softpipe,
     libloader,
+    mesautil,
     mesa,
     glsl,
     gallium,