summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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'])