nongnu: steam-client-libs: Change llvm-11 to llvm-for-mesa.

* nongnu/packages/steam-client.scm (steam-client-libs): Change llvm-11 to
llvm-for-mesa to match what mesa is built with.
This commit is contained in:
John Kehayias 2023-06-29 14:05:22 -04:00
parent a0004fd9f1
commit bbbaeb2b82
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -123,7 +123,7 @@
("libva" ,libva) ; Required for hardware video encoding/decoding.
("libvdpau" ,libvdpau) ; Required for hardware video encoding/decoding.
("libvdpau-va-gl" ,libvdpau-va-gl) ; Additional VDPAU support.
("llvm" ,llvm-11) ; Required for mesa.
("llvm" ,llvm-for-mesa) ; Required for mesa.
("mesa" ,mesa) ; Required for steam startup.
("nss-certs" ,nss-certs) ; Required for steam login.
("pciutils" ,pciutils) ; Tries to run lspci at steam startup.