diff options
author | Dave Airlie <[email protected]> | 2019-12-02 08:51:25 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2019-12-04 13:24:44 +1000 |
commit | 713636766d092dea7f5648ab40f990c47152e405 (patch) | |
tree | 75cf5c30b6414b68820c9eda191cf451c4b0d0c3 | |
parent | 3263c9824ebf35a24380e401bb1b1852d538a46d (diff) |
gallium/scons: fix graw-xlib build on OSX.
Fixes: 44a6b0107b37 (gallivm: add nir->llvm translation (v2))
Tested-by: Vinson Lee <[email protected]>
-rw-r--r-- | src/gallium/targets/graw-xlib/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript index 3c6a856e30e..c4131923dc8 100644 --- a/src/gallium/targets/graw-xlib/SConscript +++ b/src/gallium/targets/graw-xlib/SConscript @@ -7,8 +7,10 @@ env = env.Clone() env.Prepend(LIBS = [ ws_xlib, + compiler, mesautil, gallium, + nir, ]) env.Append(LIBS = env['X11_LIBS']) |