gnu: mesa: Build against elfutils instead of libelf.
* gnu/packages/gl.scm (mesa)[inputs]: Change from LIBELF to ELFUTILS.
This commit is contained in:
parent
173d291466
commit
9b3b4c05a0
|
@ -252,7 +252,7 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
("xorgproto" ,xorgproto)))
|
||||
(inputs
|
||||
`(("expat" ,expat)
|
||||
("libelf" ,libelf) ;required for r600 when using llvm
|
||||
("libelf" ,elfutils) ;required for r600 when using llvm
|
||||
("libva" ,(force libva-without-mesa))
|
||||
("libxml2" ,libxml2)
|
||||
;; TODO: Add 'libxml2-python' for OpenGL ES 1.1 and 2.0 support
|
||||
|
|
Loading…
Reference in New Issue