guix-patches
[Top][All Lists]
Advanced

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

[bug#74522] [PATCH 41/73] move libgl provider from mesa to libglvnd+mesa


From: The Man
Subject: [bug#74522] [PATCH 41/73] move libgl provider from mesa to libglvnd+mesa
Date: Sun, 24 Nov 2024 21:41:34 -0600

Change-Id: Ica101024b6e4804f7786504519c7d1937f2a88e2
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index faaac13bf1..6c90fe7957 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8547,7 +8547,7 @@ (define-public perl-opengl
                (("-L/usr/local/freeglut/lib")
                 (string-append "-L" (assoc-ref inputs "freeglut") "/lib\n"
                                "-L" (assoc-ref inputs "glu") "/lib\n"
-                               "-L" (assoc-ref inputs "mesa") "/lib\n")))
+                               "-L" (assoc-ref inputs "libgl") "/lib\n")))
              #t)))))
     (home-page "https://metacpan.org/release/OpenGL";)
     (synopsis
@@ -12352,7 +12352,7 @@ (define-public perl-sdl
            libpng
            libsmpeg
            libtiff
-           mesa
+           libgl
            (sdl-union (list sdl
                             sdl-gfx
                             sdl-image
-- 
2.46.0






reply via email to

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