mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
mesa: 22.3.0
This commit is contained in:
parent
b621ef92ef
commit
bf3fd8afcd
@ -1,5 +1,10 @@
|
|||||||
#!/bin/sh -e
|
#!/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
|
# To prevent the need for users to fork the mesa package to add
|
||||||
# libglvnd support, the below code checks for its availability
|
# libglvnd support, the below code checks for its availability
|
||||||
# and enables it if present. ie: install glvnd, rebuild mesa.
|
# and enables it if present. ie: install glvnd, rebuild mesa.
|
||||||
|
@ -1 +1 @@
|
|||||||
d6e976b071f1242c373e4c84f371562e09aa37d24619bae4074057406dca897081
|
c26578561f80ca3e00a680e947286ad75db511d880afb0d73531b9b11e5bea252a
|
||||||
|
@ -1 +1 @@
|
|||||||
22.2.4 1
|
22.3.0 1
|
||||||
|
Loading…
Reference in New Issue
Block a user