mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The principle component of this is the new volk meta-loader which is required for more recent versions of vulkan-tools. There does seem to be a little confusion with github Releases lagging behind tagged versions of the sdk. I've gone for the latest SDK version to stay as closely aligned to the rest of the system as I can. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> [Julien: remove _SOURCE to fix a check-package warning] Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
config BR2_PACKAGE_VULKAN_SDK
|
|
bool "vulkan-sdk"
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
depends on BR2_INSTALL_LIBSTDCPP # C++
|
|
select BR2_PACKAGE_VULKAN_HEADERS
|
|
help
|
|
The Vulkan meta-loader
|
|
|
|
https://github.com/zeux/volk
|
|
|
|
comment "Vulkan-SDK needs toolchain w/ C++, dynamic library"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|