diff --git a/.pick_status.json b/.pick_status.json index a195e9cf21e..efefc42e73d 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4184,7 +4184,7 @@ "description": "nvk: remove unused relative_dir variable", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "f35172b6a46558fc628dcc18d41f1a036f93fa1f", "notes": null diff --git a/src/nouveau/vulkan/meson.build b/src/nouveau/vulkan/meson.build index afdaffc9b6f..6e210293ef5 100644 --- a/src/nouveau/vulkan/meson.build +++ b/src/nouveau/vulkan/meson.build @@ -93,8 +93,6 @@ nvk_entrypoints = custom_target( depend_files : vk_entrypoints_gen_depend_files, ) -relative_dir = fs.relative_to(meson.global_source_root(), meson.global_build_root()) - nvkcl_spv = custom_target( input : nvkcl_files, output : 'nvkcl.spv',