[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: wlroots: Propagate wayland-protocols.
From: |
guix-commits |
Subject: |
01/02: gnu: wlroots: Propagate wayland-protocols. |
Date: |
Thu, 7 Jan 2021 06:24:40 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 5babdbdd4a2a80a81e0b41c5c3b5b8ccd24652ea
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Jan 7 19:18:23 2021 +0800
gnu: wlroots: Propagate wayland-protocols.
It's listed in the 'Requires.private' field of wlroots.pc.
* gnu/packages/wm.scm (wlroots) [native-inputs]: Move wayland-protocols ...
[propagated-inputs]: ... to here.
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index fbbb975..9b178ae 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1378,12 +1378,12 @@ functionality to display information about the most
commonly used services.")
("mesa" ,mesa)
("pixman" ,pixman)
("wayland" ,wayland)
+ ("wayland-protocols" ,wayland-protocols)
("xcb-util-errors" ,xcb-util-errors)
("xcb-util-wm" ,xcb-util-wm)
("xorg-server-xwayland" ,xorg-server-xwayland)))
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("wayland-protocols" ,wayland-protocols)))
+ `(("pkg-config" ,pkg-config)))
(home-page "https://github.com/swaywm/wlroots")
(synopsis "Pluggable, composable, unopinionated modules for building a
Wayland compositor")