diff options
-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']) |