package/vulkan-headers: add comment on version being shared with other packages

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2023-09-02 11:58:26 +02:00
parent 1c27f3a12d
commit 9e057e7897

View File

@ -4,6 +4,8 @@
#
################################################################################
# Note: changing this version will also affect vulkan-loader and
# vulkan-tools, so please update those packages as well.
VULKAN_HEADERS_VERSION = 1.3.262
VULKAN_HEADERS_SITE = $(call github,KhronosGroup,Vulkan-Headers,v$(VULKAN_HEADERS_VERSION))
VULKAN_HEADERS_LICENSE = Apache-2.0, MIT