diff --git a/.pick_status.json b/.pick_status.json index ce2e458ccb8..2726736b8bd 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -874,7 +874,7 @@ "description": "lavapipe: fix devenv icd filename", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/gallium/targets/lavapipe/meson.build b/src/gallium/targets/lavapipe/meson.build index 9277d3433b1..9351505904e 100644 --- a/src/gallium/targets/lavapipe/meson.build +++ b/src/gallium/targets/lavapipe/meson.build @@ -50,7 +50,7 @@ _dev_icd = custom_target( command : [ prog_python, '@INPUT0@', '--api-version', '1.1', '--xml', '@INPUT1@', - '--lib-path', meson.current_build_dir() / 'libvulkan_lvp.so', + '--lib-path', meson.current_build_dir() / icd_file_name, '--out', '@OUTPUT@', ], build_by_default : true,