From 1a882fd2ee84ae28a06cf07902dc4645d8ad4a6d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 18 Jan 2016 10:47:13 +0200 Subject: nir: move shader_enums.[ch] to compiler This way one can reuse it in glsl, nir or other infrastructure without pulling nir as dependency. Signed-off-by: Emil Velikov Acked-by: Matt Turner Acked-by: Jose Fonseca --- src/gallium/targets/dri/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/dri/SConscript') diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript index b451659..bf3baa7 100644 --- a/src/gallium/targets/dri/SConscript +++ b/src/gallium/targets/dri/SConscript @@ -41,6 +41,7 @@ env.Prepend(LIBS = [ pipe_loader, libloader, mesautil, + compiler, mesa, glsl, gallium, -- cgit v1.1