gallium/scons: fix graw_gdi build
authorRoland Scheidegger <sroland@vmware.com>
Sat, 7 Dec 2019 03:37:17 +0000 (04:37 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Sat, 7 Dec 2019 16:50:53 +0000 (17:50 +0100)
Fixes: 44a6b0107b37 (gallivm: add nir->llvm translation (v2))
Reviewed-by: Dave Airlie <Airlied@redhat.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/targets/graw-gdi/SConscript

index e59127cc25ed71ed50667a36498ea4887963ff64..8dc6c05e7f5f80b25ecb8536f5b440cb7b8ba063 100644 (file)
@@ -10,8 +10,10 @@ env.Append(CPPPATH = [
 ])
 
 env.Prepend(LIBS = [
+    compiler,
     mesautil,
     gallium,
+    nir,
     'gdi32',
     'user32',
     'ws2_32',