mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 23:20:14 +01:00
r600: Add missing dep on git_sha1.h
Bug: https://bugs.gentoo.org/917116 Fixes:3ab51c7ebd("r600: Add callbacks for get_driver_uuid and get_device_uuid") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26195> (cherry picked from commitb66b299eda)
This commit is contained in:
parent
0680995b18
commit
dbb2f6ed66
2 changed files with 2 additions and 2 deletions
|
|
@ -184,7 +184,7 @@
|
|||
"description": "r600: Add missing dep on git_sha1.h",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "3ab51c7ebd1e7a65bd928b6142423123c7552927",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -174,7 +174,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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue