From c35cb9bf44e5b2fbfbe809c6c505a00488ff0f3f Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Sat, 27 Jul 2024 06:37:12 -0500 Subject: user/mesa: Add Meson config for LLVM selection Closes: #796 --- user/mesa/APKBUILD | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'user/mesa') diff --git a/user/mesa/APKBUILD b/user/mesa/APKBUILD index c7030182e..84c658c58 100644 --- a/user/mesa/APKBUILD +++ b/user/mesa/APKBUILD @@ -2,7 +2,7 @@ pkgname=mesa pkgver=21.3.9 _llvmver=14 -pkgrel=1 +pkgrel=2 pkgdesc="Mesa DRI OpenGL library" url="https://www.mesa3d.org" arch="all" @@ -52,7 +52,15 @@ ppc64) esac build() { + # This is to fix #796, and is derived from: + # https://gitlab.freedesktop.org/mesa/mesa/-/commit/cc2b3a99ccf035a084d768e5c5ffa81478d685c1 + cat > native.file <