[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74522] [PATCH 34/73] move libgl provider from mesa to libglvnd+mesa
From: |
The Man |
Subject: |
[bug#74522] [PATCH 34/73] move libgl provider from mesa to libglvnd+mesa |
Date: |
Sun, 24 Nov 2024 21:41:27 -0600 |
Change-Id: I45a865d2eb3c063e72d8ef8bd96dab0fcfcd2924
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f9f0e0bdc1..d0bc2f5059 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8341,7 +8341,7 @@ (define-public sbcl-cl-opengl
("float-features" ,sbcl-float-features)
("freeglut" ,freeglut)
("glu" ,glu)
- ("mesa" ,mesa)))
+ ("libgl" ,libgl)))
(home-page "https://github.com/3b/cl-opengl")
(synopsis "Common Lisp bindings to OpenGL, GLU and GLUT APIs")
(description
@@ -16962,7 +16962,7 @@ (define-public sbcl-glop
(list libx11
libxcomposite
libxrandr
- mesa
+ libgl
sbcl-cffi
sbcl-split-sequence
sbcl-trivial-garbage))
--
2.46.0
- [bug#74522] [PATCH 66/73] move libgl provider from mesa to libglvnd+mesa, (continued)
- [bug#74522] [PATCH 66/73] move libgl provider from mesa to libglvnd+mesa, The Man, 2024/11/24
- [bug#74522] [PATCH 71/73] move libgl provider from mesa to libglvnd+mesa, The Man, 2024/11/24
- [bug#74522] [PATCH 67/73] move libgl provider from mesa to libglvnd+mesa, The Man, 2024/11/24
- [bug#74522] [PATCH 65/73] move libgl provider from mesa to libglvnd+mesa, The Man, 2024/11/24
- [bug#74522] [PATCH 68/73] move libgl provider from mesa to libglvnd+mesa, The Man, 2024/11/24
- [bug#74522] [PATCH 69/73] move libgl provider from mesa to libglvnd+mesa, The Man, 2024/11/24
- [bug#74522] [PATCH 72/73] move libgl provider from mesa to libglvnd+mesa TEMP, The Man, 2024/11/24
- [bug#74522] [PATCH 73/73] move libgl provider from mesa to libglvnd+mesa, The Man, 2024/11/24
- [bug#74522] [PATCH 35/73] move libgl provider from mesa to libglvnd+mesa, The Man, 2024/11/24
- [bug#74522] [PATCH 70/73] move libgl provider from mesa to libglvnd+mesa, The Man, 2024/11/24
- [bug#74522] [PATCH 34/73] move libgl provider from mesa to libglvnd+mesa,
The Man <=