mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
13 lines
344 B
Plaintext
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
|