1config BR2_PACKAGE_SPIRV_HEADERS
2 bool "spirv-headers"
3 depends on BR2_INSTALL_LIBSTDCPP
4 help
5 Machine-readable files for the SPIR-V Registry
6
7 https://www.khronos.org/registry/spir-v
8
9comment "spirv-headers needs a toolchain w/ C++"
10 depends on !BR2_INSTALL_LIBSTDCPP
11