6aa1bc3167
Use $(VULKAN_HEADERS_VERSION) for VULKAN_LOADER_VERSION as the vulkan packages need to all be the same version. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
config BR2_PACKAGE_VULKAN_LOADER
|
|
bool "vulkan-loader"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_VULKAN_HEADERS
|
|
help
|
|
The Khronos official Vulkan ICD desktop loader.
|
|
|
|
https://github.com/KhronosGroup/Vulkan-Loader
|
|
|
|
comment "vulkan-loader needs a toolchain w/ C++, dynamic library, threads"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS
|