... 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>
compiler,
mesa,
glsl,
+ nir,
gallium,
megadrivers_stub,
dri_common,
compiler,
mesa,
glsl,
+ nir,
gallium
])
opengl32 = env.SharedLibrary(
target ='opengl32',
source = sources,
- LIBS = wgl + ws_gdi + glapi + compiler + mesa + drivers + gallium + glsl + env['LIBS'],
+ LIBS = wgl + ws_gdi + glapi + compiler + mesa + drivers + gallium + glsl + nir + env['LIBS'],
)
env.Alias('opengl32', opengl32)
compiler,
mesa,
glsl,
+ nir,
gallium,
])
gallium,
trace,
glsl,
+ nir,
mesautil,
softpipe
])