kumquat-buildroot/package/spirv-headers/Config.in
Fabrice Fontaine 3155bd54eb package/spirv-headers: needs C++
Fix the following build failure raised since the addition of the package
in commit 0a01085abe:

CMake Error at /home/buildroot/autobuild/instance-3/output-1/host/share/cmake-3.27/Modules/CMakeTestCXXCompiler.cmake:60 (message):
  The C++ compiler

    "/usr/bin/c++"

  is not able to compile a simple test program.

Fixes:
 - http://autobuild.buildroot.org/results/4b94edf6dee03e74ff53939aa228069cc6ba4292

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[yann.morin.1998@free.fr: propagate to spirv-tools]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-10-28 22:41:23 +02:00

11 lines
274 B
Plaintext

config BR2_PACKAGE_SPIRV_HEADERS
bool "spirv-headers"
depends on BR2_INSTALL_LIBSTDCPP
help
Machine-readable files for the SPIR-V Registry
https://www.khronos.org/registry/spir-v
comment "spirv-headers needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP