From 713636766d092dea7f5648ab40f990c47152e405 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 2 Dec 2019 08:51:25 +1000 Subject: [PATCH] gallium/scons: fix graw-xlib build on OSX. Fixes: 44a6b0107b37 (gallivm: add nir->llvm translation (v2)) Tested-by: Vinson Lee --- src/gallium/targets/graw-xlib/SConscript | 2 ++ 1 file changed, 2 insertions(+) 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']) -- 2.30.2