mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
23
package/seatd/Config.in
Normal file
23
package/seatd/Config.in
Normal file
@@ -0,0 +1,23 @@
|
||||
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"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Build the seatd daemon and support for it inside libseat.
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user