Module: Mesa Branch: main Commit: b66b299edac109d2bbfdb886f01ce5945f362289 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b66b299edac109d2bbfdb886f01ce5945f362289
Author: Matt Turner <[email protected]> Date: Tue Nov 14 13:29:47 2023 -0500 r600: Add missing dep on git_sha1.h Bug: https://bugs.gentoo.org/917116 Fixes: 3ab51c7ebd1 ("r600: Add callbacks for get_driver_uuid and get_device_uuid") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26195> --- src/gallium/drivers/r600/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/meson.build b/src/gallium/drivers/r600/meson.build index cf102274bce..023719a3a16 100644 --- a/src/gallium/drivers/r600/meson.build +++ b/src/gallium/drivers/r600/meson.build @@ -177,7 +177,7 @@ endif libr600 = static_library( 'r600', - [files_r600, egd_tables_h], + [files_r600, egd_tables_h, sha1_h], c_args : [r600_c_args, '-Wstrict-overflow=0'], cpp_args: r600_cpp_args, gnu_symbol_visibility : 'hidden',
