mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
vulkan: update to 1.2.203
This commit is contained in:
parent
f9e585d321
commit
4ae3b79a63
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="vulkan-headers"
|
PKG_NAME="vulkan-headers"
|
||||||
PKG_VERSION="1.2.201"
|
PKG_VERSION="1.2.203"
|
||||||
PKG_SHA256="6b7f9c809acff4f0877e2e7722e02a08f2e17e06c6e2e8c84081631d15490009"
|
PKG_SHA256="7239108c372f1fbe365bd8d1610ca2bb4e72b73b2151f2551bf9df54dd539639"
|
||||||
PKG_LICENSE="Apache-2.0"
|
PKG_LICENSE="Apache-2.0"
|
||||||
PKG_SITE="https://github.com/KhronosGroup/Vulkan-Headers"
|
PKG_SITE="https://github.com/KhronosGroup/Vulkan-Headers"
|
||||||
PKG_URL="https://github.com/KhronosGroup/Vulkan-Headers/archive/v${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/KhronosGroup/Vulkan-Headers/archive/v${PKG_VERSION}.tar.gz"
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="vulkan-loader"
|
PKG_NAME="vulkan-loader"
|
||||||
PKG_VERSION="1.2.201"
|
PKG_VERSION="1.2.203"
|
||||||
PKG_SHA256="465e8a35e875ddebde7cb59f15b0e2cdfae9c3826680c775d7d5b731d95ee1d6"
|
PKG_SHA256="a431c627f36f90ce8d1aa752e7a37838db569760a54bb97edaee35dae4743118"
|
||||||
PKG_LICENSE="Apache-2.0"
|
PKG_LICENSE="Apache-2.0"
|
||||||
PKG_SITE="https://github.com/KhronosGroup/Vulkan-Loader"
|
PKG_SITE="https://github.com/KhronosGroup/Vulkan-Loader"
|
||||||
PKG_URL="https://github.com/KhronosGroup/Vulkan-Loader/archive/v${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/KhronosGroup/Vulkan-Loader/archive/v${PKG_VERSION}.tar.gz"
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="vulkan-tools"
|
PKG_NAME="vulkan-tools"
|
||||||
PKG_VERSION="1.2.201"
|
PKG_VERSION="1.2.203"
|
||||||
PKG_SHA256="a259667fba1260352a872e70f325fe0a9a04f1caa5ef353e379acf04b1d2a15a"
|
PKG_SHA256="70b50a14c26dc12c71de5b4847055e318d7af77e7ce13250b1b0a4d40a50bbfd"
|
||||||
PKG_LICENSE="Apache-2.0"
|
PKG_LICENSE="Apache-2.0"
|
||||||
PKG_SITE="https://github.com/KhronosGroup/Vulkan-Tools"
|
PKG_SITE="https://github.com/KhronosGroup/Vulkan-Tools"
|
||||||
PKG_URL="https://github.com/KhronosGroup/Vulkan-tools/archive/v${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/KhronosGroup/Vulkan-tools/archive/v${PKG_VERSION}.tar.gz"
|
||||||
|
@ -1,23 +1,24 @@
|
|||||||
From 3f2debf2710f84f42b999da2b7eb1f168205695f Mon Sep 17 00:00:00 2001
|
From 2ee12e8ba3b306b7e8aa71695cbe0e2ff451cf3f Mon Sep 17 00:00:00 2001
|
||||||
From: SupervisedThinking <supervisedthinking@gmail.com>
|
From: SupervisedThinking <supervisedthinking@gmail.com>
|
||||||
Date: Thu, 18 Nov 2021 13:28:38 +0100
|
Date: Tue, 23 Nov 2021 13:18:49 +0100
|
||||||
Subject: [PATCH] cmake/FindWaylandProtocols: fix wayland protocol path
|
Subject: [PATCH] cmake/FindWaylandProtocols: fix wayland protocol path
|
||||||
generation for cross compile
|
generation for cross compile
|
||||||
|
|
||||||
---
|
---
|
||||||
cmake/FindWaylandProtocols.cmake | 4 ++--
|
cmake/FindWaylandProtocols.cmake | 5 +++--
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/cmake/FindWaylandProtocols.cmake b/cmake/FindWaylandProtocols.cmake
|
diff --git a/cmake/FindWaylandProtocols.cmake b/cmake/FindWaylandProtocols.cmake
|
||||||
index 17859ed7c..6941f6024 100644
|
index 17859ed7c..73d8548a7 100644
|
||||||
--- a/cmake/FindWaylandProtocols.cmake
|
--- a/cmake/FindWaylandProtocols.cmake
|
||||||
+++ b/cmake/FindWaylandProtocols.cmake
|
+++ b/cmake/FindWaylandProtocols.cmake
|
||||||
@@ -6,8 +6,8 @@
|
@@ -6,8 +6,9 @@
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
find_package(PkgConfig)
|
find_package(PkgConfig)
|
||||||
- pkg_check_modules(PKG_WAYLAND_PROTOCOLS QUIET wayland-protocols)
|
- pkg_check_modules(PKG_WAYLAND_PROTOCOLS QUIET wayland-protocols)
|
||||||
- set(WAYLAND_PROTOCOLS_PATH ${PKG_WAYLAND_PROTOCOLS_PREFIX}/share/wayland-protocols)
|
- set(WAYLAND_PROTOCOLS_PATH ${PKG_WAYLAND_PROTOCOLS_PREFIX}/share/wayland-protocols)
|
||||||
|
+ pkg_check_modules(WAYLAND_PROTOCOLS_PATH REQUIRED wayland-protocols)
|
||||||
+ execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} --variable=pkgdatadir wayland-protocols
|
+ execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} --variable=pkgdatadir wayland-protocols
|
||||||
+ OUTPUT_VARIABLE WAYLAND_PROTOCOLS_PATH OUTPUT_STRIP_TRAILING_WHITESPACE)
|
+ OUTPUT_VARIABLE WAYLAND_PROTOCOLS_PATH OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||||
find_package_handle_standard_args(WAYLAND DEFAULT_MSG WAYLAND_PROTOCOLS_PATH)
|
find_package_handle_standard_args(WAYLAND DEFAULT_MSG WAYLAND_PROTOCOLS_PATH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user