ср, 28 янв. 2026 г., 23:20 Terje J. Hanssen <terjejhanssen@gmail.com>:


On 12/2/25 3:41 PM, Andrew Randrianasulu wrote:
> Should make enabling it easier ?
>
> defaults to "no", should be enabled by passing
>
> --with-vaulkan
>
> to out configure.
>
> I plan to add similar blocks for libzimg and libplacebo.


Is it possible to verify that the current rpm binary packages really was
build with vulkan enabled and with possibly required vulkan-devel
libs/tools available?


Not sure? Vulkan, a bit like opengl/vdpau/vaapi/onevpl composed from at least two parts, api lib and runtime-loadable driver... Even if api part (-lvulkan) was compiled in - result will greatly depend on runtime driver part.

You can try ldd on cin binary and see what it outputs.

I think so far Vulkan was not enabled in rpm/deb packages?