internal/rosa/package: seatd

Required by wlroots sessions.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-27 23:09:35 +09:00
parent 3e62cf379f
commit 6d792023b2
4 changed files with 38 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ package wlroots {
exec = meson {
setup = {
"Dxwayland": "enabled";
"Dsession": "disabled";
"Dallocators": "gbm";
"Dbackends": "drm,libinput";
};
};
@@ -27,6 +28,9 @@ package wlroots {
libxcb-wm,
xkbcommon,
pixman,
seatd,
libinput,
libliftoff,
kernel-headers,
];
@@ -37,5 +41,8 @@ package wlroots {
libxcb-wm,
xkbcommon,
pixman,
seatd,
libinput,
libliftoff,
];
}