build: add sha1_h for lp_texture.c

../mesa-9999/src/gallium/drivers/llvmpipe/lp_texture.c:55:10: fatal error: git_sha1.h: No such file or directory

Fixes: 1608a815e3 ("llvmpipe: add support for EXT_memory_object(_fd)")
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: orbea <orbea@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13665>
This commit is contained in:
orbea 2021-11-03 15:02:11 -07:00 committed by Marge Bot
parent 6ffdcc335e
commit 0a6f079afe

View File

@ -111,7 +111,7 @@ files_llvmpipe = files(
libllvmpipe = static_library(
'llvmpipe',
files_llvmpipe,
[files_llvmpipe, sha1_h],
c_args : [c_msvc_compat_args],
cpp_args : [cpp_msvc_compat_args],
gnu_symbol_visibility : 'hidden',