diff --git a/extra/mesa/build b/extra/mesa/build index 8de2ce03..d2dab394 100755 --- a/extra/mesa/build +++ b/extra/mesa/build @@ -1,5 +1,10 @@ #!/bin/sh -e +# rust_std is not (yet?) supported by muon, and we should try +# to avoid a hard rust dependency here if possible. +sed "s/, 'rust_std=2021'//" meson.build > _ +mv -f _ meson.build + # To prevent the need for users to fork the mesa package to add # libglvnd support, the below code checks for its availability # and enables it if present. ie: install glvnd, rebuild mesa. diff --git a/extra/mesa/checksums b/extra/mesa/checksums index 1aa20e13..df3cdf9b 100644 --- a/extra/mesa/checksums +++ b/extra/mesa/checksums @@ -1 +1 @@ -d6e976b071f1242c373e4c84f371562e09aa37d24619bae4074057406dca897081 +c26578561f80ca3e00a680e947286ad75db511d880afb0d73531b9b11e5bea252a diff --git a/extra/mesa/version b/extra/mesa/version index 9d4f2ca2..7fff6acb 100644 --- a/extra/mesa/version +++ b/extra/mesa/version @@ -1 +1 @@ -22.2.4 1 +22.3.0 1