build: add sha1_h for lp_texture.c
authororbea <orbea@riseup.net>
Wed, 3 Nov 2021 22:02:11 +0000 (15:02 -0700)
committerMarge Bot <emma+marge@anholt.net>
Fri, 5 Nov 2021 05:54:20 +0000 (05:54 +0000)
../mesa-9999/src/gallium/drivers/llvmpipe/lp_texture.c:55:10: fatal error: git_sha1.h: No such file or directory

Fixes: 1608a815e3305d229091 ("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>

src/gallium/drivers/llvmpipe/meson.build

index 6a8aa49..210e248 100644 (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',