unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60979] [PATCH] gnu: wlroots: Update dependencies
@ 2023-01-21  4:48 Andy Tai
  2023-02-03  9:48 ` Josselin Poiret via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2023-01-21  4:48 UTC (permalink / raw)
  To: 60979


[-- Attachment #1.1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 122 bytes --]

[-- Attachment #2: 0001-gnu-wlroots-Update-dependencies.patch --]
[-- Type: text/x-patch, Size: 1206 bytes --]

From 2d433dba9ee73707ec71a4209e023e91e10d094d Mon Sep 17 00:00:00 2001
From: Andy Tai <atai@atai.org>
Date: Fri, 20 Jan 2023 20:43:50 -0800
Subject: [PATCH] gnu: wlroots: Update dependencies

gnu/packages/wm.scm (wlroots): Add input xcb-util-renderutil and vulkan
for XWayland support
---
 gnu/packages/wm.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 201c5994d8..b93c57b888 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -143,6 +143,7 @@ (define-module (gnu packages wm)
   #:use-module (gnu packages textutils)
   #:use-module (gnu packages time)
   #:use-module (gnu packages video)
+  #:use-module (gnu packages vulkan)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
@@ -1555,6 +1556,7 @@ (define-public wlroots
                                                        "xorg-server-xwayland")
                                             "/bin/Xwayland")))
              #t)))))
+    (inputs (list libpng  mesa-headers vulkan-headers vulkan-loader xcb-util-renderutil))
     (propagated-inputs
      (list ;; As required by wlroots.pc.
            eudev
-- 
2.39.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-04  4:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21  4:48 [bug#60979] [PATCH] gnu: wlroots: Update dependencies Andy Tai
2023-02-03  9:48 ` Josselin Poiret via Guix-patches via
2023-02-04  4:55   ` Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).