On Sun, Apr 14, 2019 at 2:02 PM Sveinar Søpler cybermax@dexter.no wrote:
There is no such thing as "get those easily from.." when it comes to Luanchpad PPA, or OBS. Cos the ONLY option afaik is either a: From "official" repo's, or b: build yourself so that the package builder have access to it from "itself".
So, when it comes to creating a installable package like i did with libFAudio, i would need (as you say) libvulkan-headers. Those headers i guess could be patched into the build-source as a external download/dep kind of thingy perhaps?
Perhaps. The headers are required only to build the package.
And then just make wine depend on >libvulkan-1.1.84, and its up to the users to figure that out?
The version of libvulkan shouldn't matter. It should be possible to build and/or run libvkd3d with pretty much any libvulkan version.
I dunno if its interesting anyway for WineHQ to build wine-devel with vkd3d support for anything older than the unreleased Ubuntu Disco on their package repo tho. And seeing wined3d making a move towards vulkan might require newer vulkan headers there too?
Wine doesn't require Vulkan headers. Wine has its own Vulkan headers generated from vk.xml by the dll/winevulkan/make_vulkan script.