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:
parent
8b0565c077
commit
c16a6a9ea2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user