gallium/scons: fix graw-xlib build on OSX.
authorDave Airlie <airlied@redhat.com>
Sun, 1 Dec 2019 22:51:25 +0000 (08:51 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Dec 2019 03:24:44 +0000 (13:24 +1000)
Fixes: 44a6b0107b37 (gallivm: add nir->llvm translation (v2))
Tested-by: Vinson Lee <vlee@freedesktop.org>
src/gallium/targets/graw-xlib/SConscript

index 3c6a856e30ec0824a276b9b83f4df915b6d1ac22..c4131923dc8638ffd355397b69096fd969444b72 100644 (file)
@@ -7,8 +7,10 @@ env = env.Clone()
 
 env.Prepend(LIBS = [
     ws_xlib,
+    compiler,
     mesautil,
     gallium,
+    nir,
 ])
 
 env.Append(LIBS = env['X11_LIBS'])