package/wlroots: check for BR2_PACKAGE_SEATD

Fix the wlroots packaging by checking for the correct variable to
determine whether seatd is being built.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Adrian Perez de Castro 2021-05-27 16:37:52 +03:00 committed by Yann E. MORIN
parent a92e4f992b
commit f1e65b0b96

View File

@ -46,7 +46,7 @@ else
WLROOTS_CONF_OPTS += -Dx11-backend=disabled -Dxwayland=disabled
endif
ifeq ($(BR2_PACKAGE_SEATD_LIBSEAT),y)
ifeq ($(BR2_PACKAGE_SEATD),y)
WLROOTS_CONF_OPTS += -Dlibseat=enabled
WLROOTS_DEPENDENCIES += seatd
else