mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-11 17:44:29 +00: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>
This commit is contained in:
parent
6ffdcc335e
commit
0a6f079afe
@ -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…
Reference in New Issue
Block a user