package/seatd: new package
authorAdrian Perez de Castro <aperez@igalia.com>
Tue, 18 May 2021 13:54:20 +0000 (16:54 +0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 18 May 2021 16:55:22 +0000 (18:55 +0200)
commitdaae31149017cbf8b03634cfc56da132f7e1ad83
tree1fa6f0b57fa991ba2f40781edb01568540ca0d30
parent7657250808d8169af2ef3c585213645bec1c70ed
package/seatd: new package

Introduce a seatd package, which can be used by wlroots 0.12.0 and
newer. The package includes both a library (always built) and an
optional seat management daemon.

The library can use systemd-logind, the seatd daemon, or a simple
builtin in-process mode. Build options are introduced for the daemon
and the built-in mode, as to allow selecting the built-in mode as
default when both the daemon and systemd-logind are not being built.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/Config.in
package/seatd/0001-meson-Support-building-builtin-without-seatd.patch [new file with mode: 0644]
package/seatd/Config.in [new file with mode: 0644]
package/seatd/seatd.hash [new file with mode: 0644]
package/seatd/seatd.mk [new file with mode: 0644]