guix-patches
[Top][All Lists]
Advanced

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

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


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

Change-Id: I15af52e5112493cf152498ffcb7b674d603bf501
---
 gnu/packages/wm.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 921f975037..2975a25495 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -494,7 +494,7 @@ (define-public i3lock-blur
      (list pkg-config automake autoconf))
     (inputs
      (list cairo
-           mesa
+           libgl
            libev
            linux-pam
            libxcb
@@ -1759,7 +1759,7 @@ (define-public wlroots
            libdisplay-info
            libinput-minimal
            libxkbcommon
-           mesa
+           libgl
            pixman
            libseat
            wayland
@@ -1852,7 +1852,7 @@ (define-public wl-mirror
                    (string-append "-DWLR_PROTOCOL_DIR="
                                   #$(this-package-input "wlr-protocols")
                                   "/share/wlr-protocols"))))
-    (inputs (list egl-wayland mesa wayland wayland-protocols wlr-protocols))
+    (inputs (list egl-wayland libgl wayland wayland-protocols wlr-protocols))
     (native-inputs (list pkg-config scdoc))
     (home-page "https://github.com/Ferdi265/wl-mirror";)
     (synopsis "Simple Wayland output mirror client")
@@ -1945,7 +1945,7 @@ (define-public sway
                   wayland
                   wlroots))
     (native-inputs
-     (cons* linux-pam mesa pkg-config scdoc wayland-protocols
+     (cons* linux-pam libgl pkg-config scdoc wayland-protocols
             (if (%current-target-system)
               (list pkg-config-for-build
                     wayland)
-- 
2.46.0






reply via email to

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