Skip to content

Commit

Permalink
mesa/vaon12: Build fix regression has been upstreamed
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Dec 21, 2024
1 parent d42f2d4 commit bd400ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
10 changes: 0 additions & 10 deletions mingw-w64-mesa/0001-include-missing-header.patch

This file was deleted.

9 changes: 3 additions & 6 deletions mingw-w64-mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@ if [[ ${CARCH} != i686 ]]; then
"${MINGW_PACKAGE_PREFIX}-vulkan-validation-layers: to debug applications using Vulkan graphics")
fi
source=(https://mesa.freedesktop.org/archive/${_realname}-${pkgver}.tar.xz{,.sig}
0000-addrlib-workaround-old-cpu-target.patch
0001-include-missing-header.patch)
0000-addrlib-workaround-old-cpu-target.patch)
sha256sums=('ad9f5f3a6d2169e4786254ee6eb5062f746d11b826739291205d360f1f3ff716'
'SKIP'
'4e511b1ab380d0e7d1f152f89c82665e5ef7de96f26de1b5597aa1db85cfc5a4'
'7ac84a5b34f7599d59c328e8936b2487f9b99d699630f16468c061dba8cf10ff')
'4e511b1ab380d0e7d1f152f89c82665e5ef7de96f26de1b5597aa1db85cfc5a4')
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>"
Expand Down Expand Up @@ -86,8 +84,7 @@ prepare() {
cd ${srcdir}/${_realname}-${pkgver}

apply_patch_with_msg \
0000-addrlib-workaround-old-cpu-target.patch \
0001-include-missing-header.patch
0000-addrlib-workaround-old-cpu-target.patch

# Tie clang clc linking mode to static-libclc instead of shared-llvm
sed -e "s|_shared_llvm|false|g" \
Expand Down

0 comments on commit bd400ee

Please sign in to comment.