From f1e65b0b963455bb8eb75ef23e051533c6398d6b Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Thu, 27 May 2021 16:37:52 +0300 Subject: [PATCH] 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 Signed-off-by: Yann E. MORIN --- package/wlroots/wlroots.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/wlroots/wlroots.mk b/package/wlroots/wlroots.mk index 38ddba743d..0696d037df 100644 --- a/package/wlroots/wlroots.mk +++ b/package/wlroots/wlroots.mk @@ -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 -- 2.30.2