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.
This commit is contained in:
Maxim Cournoyer 2021-10-27 22:03:44 -04:00
parent c60449434b
commit 33b28e9553
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -269,7 +269,6 @@ (define-public 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 @@ (define-public 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"))