Files
buildroot/package/vulkan-sdk/Config.in
Alex Bennée 69cb3de4bf package/vulkan-sdk: new package
The principle component of this is the new volk meta-loader which is
required for more recent versions of vulkan-tools. There does seem to
be a little confusion with github Releases lagging behind tagged
versions of the sdk. I've gone for the latest SDK version to stay as
closely aligned to the rest of the system as I can.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
[Julien: remove _SOURCE to fix a check-package warning]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-06-22 12:43:00 +02:00

13 lines
344 B
Plaintext

config BR2_PACKAGE_VULKAN_SDK
bool "vulkan-sdk"
depends on !BR2_STATIC_LIBS # dlfcn.h
depends on BR2_INSTALL_LIBSTDCPP # C++
select BR2_PACKAGE_VULKAN_HEADERS
help
The Vulkan meta-loader
https://github.com/zeux/volk
comment "Vulkan-SDK needs toolchain w/ C++, dynamic library"
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS