Module: Mesa Branch: main Commit: 2a90ee16935cf3c681cb4f993a9b7b1249a0750f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a90ee16935cf3c681cb4f993a9b7b1249a0750f
Author: Karol Herbst <[email protected]> Date: Tue Sep 26 13:52:29 2023 +0200 meson/rusticl: add sha1_h This ensures this file is generated. Fixes: 20c90fed5a0 ("rusticl: added") Signed-off-by: Karol Herbst <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25400> --- src/gallium/frontends/rusticl/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/frontends/rusticl/meson.build b/src/gallium/frontends/rusticl/meson.build index 3ab1fc75338..4d232fe5e2f 100644 --- a/src/gallium/frontends/rusticl/meson.build +++ b/src/gallium/frontends/rusticl/meson.build @@ -194,6 +194,7 @@ rusticl_mesa_bindings_inline_wrapper = static_library( 'rusticl_mesa_inline_bindings_wrapper.h', 'rusticl_nir.c', 'rusticl_nir.h', + sha1_h, ], gnu_symbol_visibility : 'hidden', include_directories : [
