https://bugs.winehq.org/show_bug.cgi?id=52915
Sveinar Søpler cybermax@dexter.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cybermax@dexter.no
--- Comment #1 from Sveinar Søpler cybermax@dexter.no --- Just built vkd3d eb2c3b0b900419385cc00bb3daf60bbd986bc858 on Ubuntu 20.04 without errors...
but i did not use host= and host-alias= statements for configure, and i use lunarg-vulkan-sdk(1.3.211) installed systemwide.
configure seems to find what it needs when i just use it alone tho. checking for -lvulkan... libvulkan.so.1
Guess the new SONAME checks in the patches you mentioned does not find the libs when using a custom placement with VULKAN_LIBS= statement perhaps?
Using ./configure VULKAN_LIBS=-L/usr/lib/x86_64-linux-gnu/ seemed to work fine for me... but then again, i have the SDK installed as a system package.