all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <lichengtai@gmail.com>
To: 60979@debbugs.gnu.org
Subject: [bug#60979] [PATCH] gnu: wlroots: Update dependencies
Date: Fri, 20 Jan 2023 20:48:13 -0800	[thread overview]
Message-ID: <CAJsg1E_9tM4qWbuynwTdYh5g3V6myVxfUbcU9hyHFU=mZLZGWw@mail.gmail.com> (raw)


[-- 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


             reply	other threads:[~2023-01-21  4:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-21  4:48 Andy Tai [this message]
2023-02-03  9:48 ` [bug#60979] [PATCH] gnu: wlroots: Update dependencies Josselin Poiret via Guix-patches via
2023-02-04  4:55   ` Andy Tai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJsg1E_9tM4qWbuynwTdYh5g3V6myVxfUbcU9hyHFU=mZLZGWw@mail.gmail.com' \
    --to=lichengtai@gmail.com \
    --cc=60979@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.