anv: add missing generated file dep

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10672
Cc: mesa-stable
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27786>
(cherry picked from commit e9169881dbd1f72eab65a68c2b8e7643f74489b7)
This commit is contained in:
Lionel Landwerlin 2024-02-25 22:57:11 +02:00 committed by Eric Engestrom
parent 20cc365eb2
commit c440d7ceef
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@
"description": "anv: add missing generated file dep", "description": "anv: add missing generated file dep",
"nominated": true, "nominated": true,
"nomination_type": 0, "nomination_type": 0,
"resolution": 0, "resolution": 1,
"main_sha": null, "main_sha": null,
"because_sha": null, "because_sha": null,
"notes": null "notes": null

View file

@ -201,6 +201,6 @@ libgrl = static_library(
idep_grl = declare_dependency( idep_grl = declare_dependency(
link_with : libgrl, link_with : libgrl,
dependencies : libgrl_deps, dependencies : libgrl_deps,
sources : grl_metakernel_h, sources : [grl_metakernel_h, grl_cl_kernel_h],
include_directories : include_directories('include', 'gpu'), include_directories : include_directories('include', 'gpu'),
) )