internal/rosa/package: seatd
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m49s
Test / Hakurei (push) Successful in 3m47s
Test / ShareFS (push) Successful in 3m45s
Test / Sandbox (race detector) (push) Successful in 5m28s
Test / Hakurei (race detector) (push) Successful in 6m36s
Test / Flake checks (push) Successful in 1m22s

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

@@ -19,6 +19,7 @@ package mesa {
"Dglvnd": "enabled";
"Dgbm": "enabled";
"Degl": "enabled";
"Dgallium-drivers": join {
elems = [
@@ -123,6 +124,7 @@ package mesa {
];
runtime = [
llvm,
libdrm,
elfutils,
lm_sensors,

View File

@@ -0,0 +1,27 @@
package seatd {
description = "seat management daemon and library";
website = "https://sr.ht/~kennylevinsen/seatd";
anitya = 234932;
version# = "0.9.3";
source = remoteTar {
url = "https://git.sr.ht/~kennylevinsen/seatd/archive/"+version+".tar.gz";
checksum = "nKib7dZgUPJFr1EOF0OYElhzpFdgFPJiroAb3TScAJIAlr4p2NV1ZdS6erNA7Jwi";
compress = gzip;
};
env = [
// ../../usr/src/seatd/common/connection.c:154:55
"CFLAGS=-Wno-sign-compare",
];
exec = meson {
setup = {
"Dlibseat-logind": "disabled";
"Dlibseat-seatd": "enabled";
"Dlibseat-builtin": "enabled";
};
};
inputs = [ kernel-headers ];
}

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,
];
}

View File

@@ -34,5 +34,6 @@ package xkbcommon {
libxml2,
wayland,
wayland-protocols,
xkeyboard-config,
];
}