From c440d7ceef0f105dd97bda08df4061b5344c3d88 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sun, 25 Feb 2024 22:57:11 +0200 Subject: [PATCH] anv: add missing generated file dep Signed-off-by: Lionel Landwerlin Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10672 Cc: mesa-stable Acked-by: Mike Blumenkrantz Part-of: (cherry picked from commit e9169881dbd1f72eab65a68c2b8e7643f74489b7) --- .pick_status.json | 2 +- src/intel/vulkan/grl/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 423addecea4..dfe9d59141e 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -94,7 +94,7 @@ "description": "anv: add missing generated file dep", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/intel/vulkan/grl/meson.build b/src/intel/vulkan/grl/meson.build index 1bf4c3b4e9f..d611a871b30 100644 --- a/src/intel/vulkan/grl/meson.build +++ b/src/intel/vulkan/grl/meson.build @@ -201,6 +201,6 @@ libgrl = static_library( idep_grl = declare_dependency( link_with : libgrl, dependencies : libgrl_deps, - sources : grl_metakernel_h, + sources : [grl_metakernel_h, grl_cl_kernel_h], include_directories : include_directories('include', 'gpu'), )