The Vulkan-Headers package contains a set of header files necessary to build and link applications against the Vulkan API.
This package is known to build and work properly using an LFS 13.0 platform.
Download (HTTP): https://github.com/KhronosGroup/Vulkan-Headers/archive/vulkan-sdk-1.4.341.0/Vulkan-Headers-vulkan-sdk-1.4.341.0.tar.gz
Download MD5 sum: 5ecbd91ed6af8fd5d96f2b61d15f2e23
Download size: 2.9 MB
Estimated disk space required: 74 MB
Estimated build time: less than 0.1 SBU (with tests)
Install Vulkan-Headers by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=/usr -G Ninja .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install