diff options
author | Emil Velikov <[email protected]> | 2016-05-16 18:55:08 +0100 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-05-17 14:22:46 -0400 |
commit | 52addd90d1406f9b156a384fe8b98dee27aeddf6 (patch) | |
tree | 8849803a15b2839df0b74d2212bff4390f6cb095 /src/gallium/targets/dri | |
parent | 265487aedfabbcfb073f9d6053d1ceb510b78b27 (diff) |
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 <[email protected]>
Acked-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri')
-rw-r--r-- | src/gallium/targets/dri/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript index bf3baa7094b..d7a8cbdca5d 100644 --- a/src/gallium/targets/dri/SConscript +++ b/src/gallium/targets/dri/SConscript @@ -44,6 +44,7 @@ env.Prepend(LIBS = [ compiler, mesa, glsl, + nir, gallium, megadrivers_stub, dri_common, |