[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: mesa: Build against elfutils instead of libelf.
From: |
Marius Bakke |
Subject: |
02/03: gnu: mesa: Build against elfutils instead of libelf. |
Date: |
Sat, 25 Aug 2018 10:41:00 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 9b3b4c05a06bb8ef22350706b66043b5e93d8d66
Author: Marius Bakke <address@hidden>
Date: Tue Jul 31 23:19:28 2018 +0200
gnu: mesa: Build against elfutils instead of libelf.
* gnu/packages/gl.scm (mesa)[inputs]: Change from LIBELF to ELFUTILS.
---
gnu/packages/gl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 28e2836..5592e5f 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -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