nvk: Add sha1_h as a dependency

This should make the NVK build process more reliable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29080>
This commit is contained in:
Echo J 2024-05-07 12:03:51 +03:00 committed by Marge Bot
parent 2efa1ae0d5
commit 928dd386fa
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ libnvk = static_library(
nvk_entrypoints,
cl_generated,
nvk_files,
sha1_h,
],
include_directories : [
inc_gallium,