gnu: mesa: Build against elfutils instead of libelf.

* gnu/packages/gl.scm (mesa)[inputs]: Change from LIBELF to ELFUTILS.
This commit is contained in:
Marius Bakke 2018-07-31 23:19:28 +02:00
parent 173d291466
commit 9b3b4c05a0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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