summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-05-16 18:55:08 +0100
committerRob Clark <robclark@freedesktop.org>2016-05-17 14:22:46 -0400
commit52addd90d1406f9b156a384fe8b98dee27aeddf6 (patch)
tree8849803a15b2839df0b74d2212bff4390f6cb095 /src/gallium/targets/osmesa
parent265487aedfabbcfb073f9d6053d1ceb510b78b27 (diff)
downloadexternal_mesa3d-52addd90d1406f9b156a384fe8b98dee27aeddf6.zip
external_mesa3d-52addd90d1406f9b156a384fe8b98dee27aeddf6.tar.gz
external_mesa3d-52addd90d1406f9b156a384fe8b98dee27aeddf6.tar.bz2
scons: gallium: link against nir as needed
... otherwise we'll produce uncomplete binaries with introduction of NIR as alternative IR with next commits. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/targets/osmesa')
-rw-r--r--src/gallium/targets/osmesa/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/osmesa/SConscript b/src/gallium/targets/osmesa/SConscript
index eeaacbc..7a2a00c 100644
--- a/src/gallium/targets/osmesa/SConscript
+++ b/src/gallium/targets/osmesa/SConscript
@@ -17,6 +17,7 @@ env.Prepend(LIBS = [
gallium,
trace,
glsl,
+ nir,
mesautil,
softpipe
])