blob: a2cd51ef0f68a4631763aae5693d76d0a36a3e73 [file] [log] [blame] [edit]
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