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.
This commit is contained in:
parent
d5909136b8
commit
5babdbdd4a
1 changed files with 2 additions and 2 deletions
|
@ -1378,12 +1378,12 @@ functionality to display information about the most commonly used services.")
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("pixman" ,pixman)
|
("pixman" ,pixman)
|
||||||
("wayland" ,wayland)
|
("wayland" ,wayland)
|
||||||
|
("wayland-protocols" ,wayland-protocols)
|
||||||
("xcb-util-errors" ,xcb-util-errors)
|
("xcb-util-errors" ,xcb-util-errors)
|
||||||
("xcb-util-wm" ,xcb-util-wm)
|
("xcb-util-wm" ,xcb-util-wm)
|
||||||
("xorg-server-xwayland" ,xorg-server-xwayland)))
|
("xorg-server-xwayland" ,xorg-server-xwayland)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)))
|
||||||
("wayland-protocols" ,wayland-protocols)))
|
|
||||||
(home-page "https://github.com/swaywm/wlroots")
|
(home-page "https://github.com/swaywm/wlroots")
|
||||||
(synopsis "Pluggable, composable, unopinionated modules for building a
|
(synopsis "Pluggable, composable, unopinionated modules for building a
|
||||||
Wayland compositor")
|
Wayland compositor")
|
||||||
|
|
Reference in a new issue