mesa: revert to 23.3.2

This commit is contained in:
Duncaen 2024-02-09 01:12:16 +01:00
parent 8e231def30
commit 0616462857
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,7 +1,8 @@
# Template file for 'mesa'
reverts="23.3.5_1"
pkgname=mesa
version=23.3.5
revision=1
version=23.3.2
revision=2
build_style=meson
_llvmver=17
#Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
@ -24,7 +25,7 @@ license="MIT, LGPL-2.1-or-later"
homepage="https://www.mesa3d.org/"
changelog="https://docs.mesa3d.org/relnotes.html"
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
checksum=69ccb1278641ff5bad71ca0f866188aeb1a92aadc4dbb9d35f50aebec5b8b50f
checksum=3cfcb81fa16f89c56abe3855d2637d396ee4e03849b659000a6b8e5f57e69adc
build_options="wayland"
build_options_default="wayland"
@ -188,6 +189,7 @@ post_configure() {
if [ "$CROSS_BUILD" ]; then
find -iname "*.ninja" -exec sed -i "{}" \
-e "/rustc/s; --sysroot ${XBPS_CROSS_BASE}/usr;;g" \
-e "s; /usr/lib/; ${XBPS_CROSS_BASE}/usr/lib/;g" \
\;
fi
}