2021-12-09 19:52:08 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
# Copyright (C) 2018-present Frank Hartung (supervisedthinking (@) gmail.com)
|
|
|
|
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
|
|
PKG_NAME="vulkan-headers"
|
2024-03-09 08:06:57 +00:00
|
|
|
PKG_VERSION="1.3.280"
|
|
|
|
|
PKG_SHA256="717b49c52dbd37c78cf2f7f0fc715292c42e74841219e6cca918cd293ad5dce4"
|
2021-12-09 19:52:08 +01:00
|
|
|
PKG_LICENSE="Apache-2.0"
|
|
|
|
|
PKG_SITE="https://github.com/KhronosGroup/Vulkan-Headers"
|
|
|
|
|
PKG_URL="https://github.com/KhronosGroup/Vulkan-Headers/archive/v${PKG_VERSION}.tar.gz"
|
2022-04-10 11:56:40 +02:00
|
|
|
PKG_DEPENDS_HOST="toolchain:host"
|
2021-12-09 19:52:08 +01:00
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
|
|
|
PKG_LONGDESC="Vulkan Header files and API registry"
|