2021-05-18 15:54:20 +02:00
|
|
|
menuconfig BR2_PACKAGE_SEATD
|
|
|
|
bool "seatd"
|
|
|
|
select BR2_PACKAGE_SEATD_BUILTIN \
|
|
|
|
if !BR2_PACKAGE_SYSTEMD_LOGIND && !BR2_PACKAGE_SEATD_DAEMON
|
|
|
|
help
|
|
|
|
Seat management daemon and support library.
|
|
|
|
|
|
|
|
https://git.sr.ht/~kennylevinsen/seatd
|
|
|
|
|
|
|
|
if BR2_PACKAGE_SEATD
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SEATD_BUILTIN
|
|
|
|
bool "builtin backend"
|
|
|
|
help
|
|
|
|
Builtin in-process seatd implementation inside libseat.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SEATD_DAEMON
|
|
|
|
bool "seatd daemon"
|
2021-11-17 18:36:58 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2021-05-18 15:54:20 +02:00
|
|
|
help
|
|
|
|
Build the seatd daemon and support for it inside libseat.
|
|
|
|
|
|
|
|
endif
|