https://bugs.winehq.org/show_bug.cgi?id=52915
Bug ID: 52915 Summary: Build vkd3d-git is broken (configure: error: libvulkan and libMoltenVK not found.) Product: vkd3d Version: 1.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vkd3d Assignee: wine-bugs@winehq.org Reporter: berillions@gmail.com Distribution: ---
Created attachment 72297 --> https://bugs.winehq.org/attachment.cgi?id=72297 config.log
Hi,
I tried to build vkd3d-git (last commit eb2c3b0b) and it fails with this error message during configure :
######
checking for -lvulkan... not found checking for -lvulkan-1... not found checking for -lMoltenVK... not found configure: error: libvulkan and libMoltenVK not found. make: *** [Makefile:1121 : config.status] Erreur 1
######
I attach the config log. Revert these commits fix this issue : - cab16fe9034ce6492ed7cc0a97a3ee69a4085f2a - 99a3adcc19f2a64fad630948851616f52c00d553
Maxime