Config.in 344 B

123456789101112
  1. config BR2_PACKAGE_VULKAN_SDK
  2. bool "vulkan-sdk"
  3. depends on !BR2_STATIC_LIBS # dlfcn.h
  4. depends on BR2_INSTALL_LIBSTDCPP # C++
  5. select BR2_PACKAGE_VULKAN_HEADERS
  6. help
  7. The Vulkan meta-loader
  8. https://github.com/zeux/volk
  9. comment "Vulkan-SDK needs toolchain w/ C++, dynamic library"
  10. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS