apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 33b28e9553435a58f8e34c785ff3fd451165b634
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Oct 27 22:03:44 2021 -0400
gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0.
* gnu/packages/gl.scm (mesa)[native-inputs]: Add python-libxml2. Remove
TODO
comment.
---
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 7756acb..19b53ac 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -269,7 +269,6 @@ also known as DXTn or DXTC) for Mesa.")
("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
("libxrandr" ,libxrandr)
("libxvmc" ,libxvmc)
,@(match (%current-system)
@@ -291,6 +290,7 @@ also known as DXTn or DXTC) for Mesa.")
`()))
("pkg-config" ,pkg-config)
("python" ,python-wrapper)
+ ("python-libxml2", python-libxml2) ;for OpenGL ES 1.1 and 2.0 support
("python-mako" ,python-mako)
("which" ,(@ (gnu packages base) which))))
(outputs '("out" "bin"))