[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
161/203: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0.
From: |
guix-commits |
Subject: |
161/203: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0. |
Date: |
Wed, 3 Nov 2021 21:10:31 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 2dea23ecd28281ccd396654fa521acd93607a555
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"))
- 118/203: gnu: cmake-bootstrap: Update to 3.21.3., (continued)
- 118/203: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/11/03
- 120/203: gnu: mit-krb5: Absorb 1.19.2 graft., guix-commits, 2021/11/03
- 126/203: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/11/03
- 139/203: gnu: gdk-pixbuf: Add a search path for the loaders cache file., guix-commits, 2021/11/03
- 145/203: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/11/03
- 132/203: gnu: webkitgtk: Add a debug output., guix-commits, 2021/11/03
- 144/203: gnu: cdparanoia: Disable parallel build., guix-commits, 2021/11/03
- 135/203: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/03
- 157/203: gnu: python-dateutil: Update to 2.8.2., guix-commits, 2021/11/03
- 136/203: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase., guix-commits, 2021/11/03
- 161/203: gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0.,
guix-commits <=
- 162/203: gnu: zxing-cpp: Update to 1.2.0-0.00783db., guix-commits, 2021/11/03
- 50/203: gnu: lib2geom: Update to 1.1., guix-commits, 2021/11/03
- 121/203: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/11/03
- 150/203: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/03
- 171/203: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/11/03
- 168/203: gnu: Add cling., guix-commits, 2021/11/03
- 186/203: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/03
- 148/203: gnu: jsoncpp: Apply patch to regular package., guix-commits, 2021/11/03
- 151/203: gnu: python-hypothesis: Update to 6.23.4., guix-commits, 2021/11/03
- 170/203: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/03