mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-02-02 23:45:55 +00:00
rosenthal: wlroots-0.16.1: Add Xwayland support.
* rosenthal/packages/wm.scm (wlroots-0.16.1)[propagated-inputs]: Add libxcb and xcb-util-renderutil. Co-authored-by: egiorgis <giorgiserik@gmail.com> Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
efab3058a8
commit
7be40aad14
@ -22,6 +22,7 @@
|
||||
#:use-module (gnu packages web)
|
||||
#:use-module (gnu packages wm)
|
||||
#:use-module (gnu packages xdisorg)
|
||||
#:use-module (gnu packages xorg)
|
||||
#:use-module (gnu packages zig)
|
||||
#:use-module (rosenthal packages admin)
|
||||
#:use-module (rosenthal packages freedesktop)
|
||||
@ -54,7 +55,7 @@
|
||||
(search-input-file inputs path))))))))
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs base)
|
||||
(append libdrm-2.4.114)
|
||||
(append libdrm-2.4.114 libxcb xcb-util-renderutil)
|
||||
(replace "libxkbcommon" libxkbcommon-minimal)
|
||||
(replace "pixman" pixman-0.42.2)
|
||||
(replace "wayland" wayland-1.21.0)
|
||||
|
Loading…
Reference in New Issue
Block a user