|
@@ -1,8 +1,12 @@
|
|
config BR2_PACKAGE_SPIRV_TOOLS
|
|
config BR2_PACKAGE_SPIRV_TOOLS
|
|
bool "spirv-tools"
|
|
bool "spirv-tools"
|
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP # spirv-headers
|
|
select BR2_PACKAGE_SPIRV_HEADERS
|
|
select BR2_PACKAGE_SPIRV_HEADERS
|
|
help
|
|
help
|
|
The SPIR-V Tools project provides an API and commands for
|
|
The SPIR-V Tools project provides an API and commands for
|
|
processing SPIR-V modules.
|
|
processing SPIR-V modules.
|
|
|
|
|
|
https://github.com/KhronosGroup/SPIRV-Tools
|
|
https://github.com/KhronosGroup/SPIRV-Tools
|
|
|
|
+
|
|
|
|
+comment "spirv-tools needs a toolchain w/ C++"
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP
|