mesa/radv: fix for undefined reference to radv_GetCalibratedTimestampsEXT

was upstreamed in
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24664
This commit is contained in:
pal1000
2023-12-03 12:38:49 +02:00
committed by مهدي شينون (Mehdi Chinoune)
parent 5d0ec001d4
commit b9569d9db4

View File

@@ -38,15 +38,13 @@ source=(https://mesa.freedesktop.org/archive/${_realname}-${pkgver}.tar.xz{,.sig
llvmwrapgen.sh
do-not-install-standard-headers.patch
0003-addrlib-workaround-old-cpu-target.patch
0005-gallium-fix-build-with-llvm-17.patch
0007-fix-undef-ref-radv_GetCalibratedTimestampsEXT.patch::https://gitlab.freedesktop.org/mesa/mesa/-/commit/3e72539d.patch)
0005-gallium-fix-build-with-llvm-17.patch)
sha256sums=('50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5'
'SKIP'
'69f21522f20c10f5699dfe3e128aa88d4fedde816f6e8df1506d7470c44bf3da'
'ac10033dd72e6ab705a8bdd5e2a47542a557d0cfc4c23fd0f319f682ec9308b8'
'4e511b1ab380d0e7d1f152f89c82665e5ef7de96f26de1b5597aa1db85cfc5a4'
'0060d3629041597fd40c86d9ebee46c1729b7fc13ba29f89a1bf0db0823b21b4'
'da965be606186740c7d323e309e9be03d1b5e13f88a765a1e50338ef79cb92b7')
'0060d3629041597fd40c86d9ebee46c1729b7fc13ba29f89a1bf0db0823b21b4')
validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov <emil.l.velikov@gmail.com>
validpgpkeys+=('946D09B5E4C9845E63075FF1D961C596A7203456') # Andres Gomez <tanty@igalia.com>
validpgpkeys+=('E3E8F480C52ADD73B278EE78E1ECBE07D7D70895') # Juan Antonio Suárez Romero (Igalia, S.L.) <jasuarez@igalia.com>"
@@ -87,9 +85,6 @@ prepare() {
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23827
apply_patch_with_msg \
0005-gallium-fix-build-with-llvm-17.patch
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24664
apply_patch_with_msg \
0007-fix-undef-ref-radv_GetCalibratedTimestampsEXT.patch
# Generate binary wrap for LLVM if llvm-config tool is busted
if ! [ "$(${MINGW_PREFIX}/bin/llvm-config --has-rtti 2>&1)" = YES ] && ! [ "$(${MINGW_PREFIX}/bin/llvm-config --has-rtti 2>&1)" = NO ]; then