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>
(cherry picked from commit 0a6f079afe)
This commit is contained in:
orbea 2021-11-03 15:02:11 -07:00 committed by Eric Engestrom
parent e7164ad154
commit 2f542d2fba
2 changed files with 2 additions and 2 deletions

View file

@ -1219,7 +1219,7 @@
"description": "build: add sha1_h for lp_texture.c",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "1608a815e3305d229091c346373c379900a8351f"
},

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',