diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-27 23:09:35 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-27 23:17:33 +0900 |
| commit | 6d792023b2431ef34c6f94065320993e521b099d (patch) | |
| tree | 98b679de90020e9ec0a1c4052c45b46ffc4e7dc8 /internal/rosa/package/wlroots.az | |
| parent | 3e62cf379f6a66ff748e80505f931e13ab7e648c (diff) | |
internal/rosa/package: seatd
Required by wlroots sessions.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/wlroots.az')
| -rw-r--r-- | internal/rosa/package/wlroots.az | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/internal/rosa/package/wlroots.az b/internal/rosa/package/wlroots.az index 04f7c6d1..863cf540 100644 --- a/internal/rosa/package/wlroots.az +++ b/internal/rosa/package/wlroots.az @@ -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, ]; } |
