ver: upgrade to wlroots-0.19 version

This commit is contained in:
DreamMaoMao 2025-04-13 09:05:09 +08:00
parent 54de782f90
commit d636ef97ac
12 changed files with 2179 additions and 1947 deletions

View file

@ -10,12 +10,13 @@
wayland,
wayland-protocols,
wayland-scanner,
wlroots_0_17,
xcbutilwm,
xwayland,
enableXWayland ? true,
meson,
ninja,
wlroots,
mmsg,
}:
let
pname = "maomaowm";
@ -41,7 +42,7 @@ stdenv.mkDerivation {
pixman
wayland
wayland-protocols
wlroots_0_17
wlroots
]
++ lib.optionals enableXWayland [
libX11
@ -51,6 +52,7 @@ stdenv.mkDerivation {
passthru = {
providedSessions = [ "maomao" ];
inherit mmsg;
};
meta = {