Mesa (main): build: add sha1_h for lp_texture.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 5 06:14:29 UTC 2021


Module: Mesa
Branch: main
Commit: 0a6f079afe076745309c2b5cf27b39dd5f0d2f08
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a6f079afe076745309c2b5cf27b39dd5f0d2f08

Author: orbea <orbea at riseup.net>
Date:   Wed Nov  3 15:02:11 2021 -0700

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: 1608a815e3305d229091 ("llvmpipe: add support for EXT_memory_object(_fd)")
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Signed-off-by: orbea <orbea at riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13665>

---

 src/gallium/drivers/llvmpipe/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/llvmpipe/meson.build b/src/gallium/drivers/llvmpipe/meson.build
index 6a8aa491492..210e2483970 100644
--- a/src/gallium/drivers/llvmpipe/meson.build
+++ b/src/gallium/drivers/llvmpipe/meson.build
@@ -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',



More information about the mesa-commit mailing list