Skip to content
Snippets Groups Projects
Forked from VideoLAN / VLC
Loading
Steve Lhomme's avatar
Steve Lhomme authored
The libplacebo pkgconfg file has a hard requirement on vulkan if it was built with it.
Since we only use our vulkan code with libplacebo, we can rely on it to check
the dependency is matched when we check the libplacebo package.
It it's built with vulkan support, it will require the dependency to be found.

This should allow building vulkan code on platforms when libplacebo detects it
(Android) and we don't (no pkg-config file).

The vulkan code is used via "vulkan platform" modules that are only used by
libplacebo.
e53d4d7b
Name Last commit Last update