Module: Mesa
Branch: main
Commit: 465e26dd9806728f4689c56097d80d6c04f610f6
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=465e26dd9806728f4689c56097d80d6c04f610f6

Author: Mike Blumenkrantz <michael.blumenkra...@gmail.com>
Date:   Wed Jan 10 15:24:47 2024 -0500

lavapipe: fix devenv icd filename

fixes #10408

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26985>

---

 src/gallium/targets/lavapipe/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,

Reply via email to