lavapipe: fix devenv icd filename

fixes #10408

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26985>
(cherry picked from commit 465e26dd98)
This commit is contained in:
Mike Blumenkrantz 2024-01-10 15:24:47 -05:00 committed by Eric Engestrom
parent 62a8493ac1
commit 4b10fa974b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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,