Files
shredos.x86_64/package/vulkan-sdk/Config.in
2026-01-06 22:53:29 +00: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