|
@@ -1,12 +1,12 @@
|
|
|
config BR2_PACKAGE_VULKAN_TOOLS
|
|
|
bool "vulkan-tools"
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # vulkan-loader
|
|
|
- depends on !BR2_STATIC_LIBS # vullan-loader
|
|
|
+ depends on !BR2_STATIC_LIBS # vulkan-loader, vulkan-sdk
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # vulkan-loader
|
|
|
select BR2_PACKAGE_VULKAN_HEADERS
|
|
|
select BR2_PACKAGE_VULKAN_LOADER
|
|
|
-
|
|
|
+ select BR2_PACKAGE_VULKAN_SDK
|
|
|
help
|
|
|
The Khronos official Vulkan Tools and Utilities.
|
|
|
|