From 52addd90d1406f9b156a384fe8b98dee27aeddf6 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 16 May 2016 18:55:08 +0100 Subject: 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 Acked-by: Jose Fonseca --- src/gallium/targets/libgl-xlib/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/libgl-xlib') diff --git a/src/gallium/targets/libgl-xlib/SConscript b/src/gallium/targets/libgl-xlib/SConscript index 1c816ff7762..0a4f31be86d 100644 --- a/src/gallium/targets/libgl-xlib/SConscript +++ b/src/gallium/targets/libgl-xlib/SConscript @@ -32,6 +32,7 @@ env.Prepend(LIBS = [ compiler, mesa, glsl, + nir, gallium, ]) -- cgit v1.2.3