build: add sha1_h to llvmpipe build

cc: mesa-stable

fixes #5588

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13658>
This commit is contained in:
Mike Blumenkrantz
2021-11-03 15:53:45 -04:00
committed by Marge Bot
parent 1fb41193fe
commit 7c8fee6049

View File

@@ -134,7 +134,7 @@ if with_tests and with_gallium_softpipe and draw_with_llvm
t,
executable(
t,
['@0@.c'.format(t), 'lp_test_main.c'],
['@0@.c'.format(t), 'lp_test_main.c', sha1_h],
dependencies : [dep_llvm, dep_dl, dep_clock, idep_mesautil],
include_directories : [inc_gallium, inc_gallium_aux, inc_include, inc_src],
link_with : [libllvmpipe, libgallium],