mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 23:50:11 +01:00
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 commit0a6f079afe)
This commit is contained in:
parent
e7164ad154
commit
2f542d2fba
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue