vkmark: update to 2025.01

log:
- ab6e6f3407...2025.01
- https://github.com/vkmark/vkmark pull 39 issuecomment-2846282264
- https://github.com/vkmark/vkmark pull 60
This commit is contained in:
Rudi Heitbaum 2025-05-02 03:52:35 +00:00
parent 5a3b2311c3
commit 89e1297427
2 changed files with 13 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="vkmark" PKG_NAME="vkmark"
PKG_VERSION="ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15" PKG_VERSION="2025.01"
PKG_SHA256="d08143e8828d5b9ed005cb6dcef4d88a49df0ac4c9e1356ace739b449c165f54" PKG_SHA256="1ae362844344d0f9878b7a3f13005f77eae705108892a4e8abf237d452d37edc"
PKG_LICENSE="LGPL-2.1-or-later" PKG_LICENSE="LGPL-2.1-or-later"
PKG_SITE="https://github.com/vkmark/vkmark" PKG_SITE="https://github.com/vkmark/vkmark"
PKG_URL="https://github.com/vkmark/vkmark/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/vkmark/vkmark/archive/${PKG_VERSION}.tar.gz"

View File

@ -0,0 +1,11 @@
--- a/src/meson.build 2025-01-23 08:33:27.000000000 +0000
+++ b/src/meson.build 2025-05-02 04:43:30.867280490 +0000
@@ -1,7 +1,7 @@
prog_python = find_program('python3')
vk_xml = join_paths([
- vulkan_dep.get_pkgconfig_variable('prefix'),
+ vulkan_dep.get_pkgconfig_variable('includedir'), '..',
'share', 'vulkan', 'registry',
'vk.xml'
])