mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
glslang: update to 11.7.1
This commit is contained in:
parent
cef9573d6c
commit
f9e585d321
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="glslang"
|
PKG_NAME="glslang"
|
||||||
PKG_VERSION="11.7.0"
|
PKG_VERSION="11.7.1"
|
||||||
PKG_SHA256="b6c83864c3606678d11675114fa5f358c519fe1dad9a781802bcc87fb8fa32d5"
|
PKG_SHA256="ab2e2ddc507bb418b9227cbe6f443eb06e89e2387944f42026d82c0b4ef79b0a"
|
||||||
PKG_LICENSE="Apache-2.0"
|
PKG_LICENSE="Apache-2.0"
|
||||||
PKG_SITE="https://github.com/KhronosGroup/glslang"
|
PKG_SITE="https://github.com/KhronosGroup/glslang"
|
||||||
PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz"
|
||||||
@ -25,7 +25,7 @@ pre_configure_host() {
|
|||||||
-Wno-dev"
|
-Wno-dev"
|
||||||
|
|
||||||
# The SPIRV-Tools & SPIRV-Headers have to be specific versions matching the pkg version
|
# The SPIRV-Tools & SPIRV-Headers have to be specific versions matching the pkg version
|
||||||
# https://github.com/KhronosGroup/glslang/blob/master/known_good.json
|
# https://github.com/KhronosGroup/glslang/blob/${PKG_VERSION}/known_good.json
|
||||||
mkdir -p ${PKG_BUILD}/External/spirv-tools/external/spirv-headers
|
mkdir -p ${PKG_BUILD}/External/spirv-tools/external/spirv-headers
|
||||||
cp -R $(get_build_dir spirv-tools)/* ${PKG_BUILD}/External/spirv-tools
|
cp -R $(get_build_dir spirv-tools)/* ${PKG_BUILD}/External/spirv-tools
|
||||||
cp -R $(get_build_dir spirv-headers)/* ${PKG_BUILD}/External/spirv-tools/external/spirv-headers
|
cp -R $(get_build_dir spirv-headers)/* ${PKG_BUILD}/External/spirv-tools/external/spirv-headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user