1234567891011121314 |
- config BR2_PACKAGE_VULKAN_LOADER
- bool "vulkan-loader"
- depends on BR2_INSTALL_LIBSTDCPP
- depends on !BR2_STATIC_LIBS # dlfcn.h
- depends on BR2_TOOLCHAIN_HAS_THREADS
- select BR2_PACKAGE_VULKAN_HEADERS
- help
- The Khronos official Vulkan ICD desktop loader.
- https://github.com/KhronosGroup/Vulkan-Loader
- comment "vulkan-loader needs a toolchain w/ C++, dynamic library, threads"
- depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
- !BR2_TOOLCHAIN_HAS_THREADS
|