mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Update to the current release. We now need the recently added vulkan-sdk to have access to the volk loader. Update the depends comments appropriately. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> [Julien: - reword commit log title to use bash brace-expansion style - remove "vulkan-sdk" from Kconfig comment - remove newline before Kconfig help section ] Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
577 B
Makefile
16 lines
577 B
Makefile
################################################################################
|
|
#
|
|
# vulkan-headers
|
|
#
|
|
################################################################################
|
|
|
|
# Note: changing this version will also affect vulkan-loader and
|
|
# vulkan-tools, so please update those packages as well.
|
|
VULKAN_HEADERS_VERSION = 1.4.317
|
|
VULKAN_HEADERS_SITE = $(call github,KhronosGroup,Vulkan-Headers,v$(VULKAN_HEADERS_VERSION))
|
|
VULKAN_HEADERS_LICENSE = Apache-2.0, MIT
|
|
VULKAN_HEADERS_LICENSE_FILES = LICENSE.md
|
|
VULKAN_HEADERS_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|