gallium: Fix autotools build with libxatracker.la.
authorVinson Lee <vlee@freedesktop.org>
Sat, 30 Mar 2019 06:24:05 +0000 (23:24 -0700)
committerVinson Lee <vlee@freedesktop.org>
Sat, 30 Mar 2019 06:24:05 +0000 (23:24 -0700)
commite757a2481f7076e98e776e18c1ecda7062ee8504
tree588e179d4df053460690364241cf89a4b9af5781
parent356ec7a21960d77db282f67af577dcdb46966b5a
gallium: Fix autotools build with libxatracker.la.

  CXXLD    libxatracker.la
/usr/bin/ld: ../../../../src/gallium/auxiliary/.libs/libgallium.a(tgsi_to_nir.o): in function `ttn_finalize_nir':
src/gallium/auxiliary/nir/tgsi_to_nir.c:2111: undefined reference to `gl_nir_lower_samplers_as_deref'
/usr/bin/ld: src/gallium/auxiliary/nir/tgsi_to_nir.c:2113: undefined reference to `gl_nir_lower_samplers'

Fixes: 9a834447d652 ("tgsi_to_nir: Produce optimized NIR for a given pipe_screen.")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109929
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/gallium/targets/xa/Makefile.am