Files
buildroot/package/vulkan-headers/Config.in
Julien Olivain 2f6a82b633 package/vulkan-headers: needs C++
Since Buildroot commit [1] "package/vulkan-{headers,loader,tools}:
bump to 1.4.317 release", the vulkan-headers package is failing at
configuration time with toolchains without C++ support, with error:

    The C++ compiler
      "/bin/false"
    is not able to compile a simple test program.

This is due to upstream commit [2], which added CXX to the CMake
project file.

This commit fixes the issue by adding the C++ dependency.

Fixes:
https://autobuild.buildroot.org/results/10f63398940d52be9a8ee306daf4203ceca25eb8

[1] 52664093de
[2] 85256c712c

Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-10-05 22:36:30 +02:00

12 lines
299 B
Plaintext

config BR2_PACKAGE_VULKAN_HEADERS
bool "vulkan-headers"
depends on BR2_INSTALL_LIBSTDCPP
help
The Khronos official Vulkan header files and API
registry.
https://github.com/KhronosGroup/Vulkan-Headers
comment "vulkan-headers needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP