From f4d77af4b8bf5a8e967fa1bf667d1fef37f343c6 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 2 Feb 2026 15:49:50 +0100 Subject: [PATCH] mangowc: fix typo --- recipes-wlroots/mangowc/mangowc_0.12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-wlroots/mangowc/mangowc_0.12.0.bb b/recipes-wlroots/mangowc/mangowc_0.12.0.bb index 1431803..ab4751c 100644 --- a/recipes-wlroots/mangowc/mangowc_0.12.0.bb +++ b/recipes-wlroots/mangowc/mangowc_0.12.0.bb @@ -26,7 +26,7 @@ inherit meson pkgconfig SRCREV = "5172444e08b2c2be24bef0b5ccff2d2367332118" -PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland libxcb xcbutil-wm" +PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland libxcb xcb-util-wm" PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xwayland', '', d)}" FILES:${PN} += "${datadir}/wayland-sessions/mango.desktop"