GNU bug report logs - #74522
[PATCH 00/73] Moving Guix to libglvnd

Previous Next

Package: guix-patches;

Reported by: The Man <squishypinkelephant <at> gmail.com>

Date: Mon, 25 Nov 2024 03:40:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: The Man <squishypinkelephant <at> gmail.com>
To: 74522 <at> debbugs.gnu.org
Cc: The Man <squishypinkelephant <at> gmail.com>
Subject: [bug#74522] [PATCH 16/73] move libgl provider from mesa to libglvnd+mesa
Date: Sun, 24 Nov 2024 21:41:09 -0600
Change-Id: I17852d35bfa612ff94b2ccc90aa689000ccab96f
---
 gnu/packages/freedesktop.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index af35625c18..cdac378feb 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1476,7 +1476,7 @@ (define-public waylandpp
     (native-inputs
      (list pkg-config))
     (inputs
-     (list mesa pugixml))
+     (list libgl pugixml))
     (propagated-inputs
      (list ;; In Requires of the .pc files.
            wayland))
@@ -1522,7 +1522,7 @@ (define-public weston
            libxcb
            libxcursor
            libxml2
-           mesa
+           libgl
            mtdev
            linux-pam
            pango
@@ -3304,7 +3304,7 @@ (define-public xdg-desktop-portal-wlr
                   bash-minimal
                   grim
                   iniparser
-                  mesa
+                  libgl
                   libinih
                   pipewire
                   slurp
@@ -3364,7 +3364,7 @@ (define-public waypipe
      (list pkg-config scdoc
            ;; For tests
            python))
-    (inputs (list lz4 libva mesa libdrm ffmpeg))
+    (inputs (list lz4 libva libgl libdrm ffmpeg))
     (arguments
      (list #:configure-flags
            #~(list "-Dwith_lz4=enabled" "-Dwith_vaapi=enabled"
@@ -3395,7 +3395,7 @@ (define-public libdecor
                   dbus
                   egl-wayland
                   gtk+
-                  libglvnd
+                  libgl
                   libxkbcommon
                   pango
                   wayland
-- 
2.46.0





This bug report was last modified 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.