summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2019-12-02 08:51:25 +1000
committerDave Airlie <airlied@redhat.com>2019-12-04 13:24:44 +1000
commit713636766d092dea7f5648ab40f990c47152e405 (patch)
tree75cf5c30b6414b68820c9eda191cf451c4b0d0c3
parent3263c9824ebf35a24380e401bb1b1852d538a46d (diff)
gallium/scons: fix graw-xlib build on OSX.
Fixes: 44a6b0107b37 (gallivm: add nir->llvm translation (v2)) Tested-by: Vinson Lee <vlee@freedesktop.org>
-rw-r--r--src/gallium/targets/graw-xlib/SConscript2
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'])