Mesa (main): build: add sha1_h to llvmpipe build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 3 21:12:41 UTC 2021


Module: Mesa
Branch: main
Commit: 7c8fee6049b906cfb7b56cfab3e1c70815f0b092
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c8fee6049b906cfb7b56cfab3e1c70815f0b092

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Wed Nov  3 15:53:45 2021 -0400

build: add sha1_h to llvmpipe build

cc: mesa-stable

fixes #5588

Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13658>

---

 src/gallium/drivers/llvmpipe/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/llvmpipe/meson.build b/src/gallium/drivers/llvmpipe/meson.build
index 661eb1e8a2e..6a8aa491492 100644
--- a/src/gallium/drivers/llvmpipe/meson.build
+++ b/src/gallium/drivers/llvmpipe/meson.build
@@ -134,7 +134,7 @@ if with_tests and with_gallium_softpipe and draw_with_llvm
       t,
       executable(
         t,
-        ['@0 at .c'.format(t), 'lp_test_main.c'],
+        ['@0 at .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],



More information about the mesa-commit mailing list