gnu: mesa: Build with the default LLVM.

* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-11 to LLVM.
(mesa-opencl)[native-inputs]: Change from CLANG-11 to CLANG.
This commit is contained in:
Marius Bakke 2022-07-22 14:46:52 +02:00
parent 8b0565c077
commit c16a6a9ea2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -305,7 +305,7 @@ also known as DXTn or DXTC) for Mesa.")
wayland-protocols)
;; TODO: Resort alphabetically.
;; Note: update the 'clang' input of mesa-opencl when bumping this.
(list llvm-11)))
(list llvm)))
(native-inputs
(append (list bison
flex
@ -507,7 +507,7 @@ from software emulation to complete hardware acceleration for modern GPUs.")
(prepend libclc)))
(native-inputs
(modify-inputs (package-native-inputs mesa)
(prepend clang-11)))))
(prepend clang)))))
(define-public mesa-opencl-icd
(package/inherit mesa-opencl