package/weston: don't select seatd daemon if we have logind
If we are using systemd-logind we shouldn't need the seatd daemon. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
36d275f695
commit
9d6f966f9a
@ -19,7 +19,7 @@ config BR2_PACKAGE_WESTON
|
||||
select BR2_PACKAGE_LIBINPUT
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_SEATD
|
||||
select BR2_PACKAGE_SEATD_DAEMON
|
||||
select BR2_PACKAGE_SEATD_DAEMON if !BR2_PACKAGE_SYSTEMD_LOGIND
|
||||
# Runtime dependency
|
||||
select BR2_PACKAGE_XKEYBOARD_CONFIG
|
||||
select BR2_PACKAGE_WESTON_SHELL_DESKTOP if !BR2_PACKAGE_WESTON_HAS_SHELL
|
||||
|
Loading…
Reference in New Issue
Block a user