guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

161/201: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0.


From: guix-commits
Subject: 161/201: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0.
Date: Mon, 1 Nov 2021 23:19:08 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 729e175a11379f0cd5fab57e3d24320d693deff1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]