From 73fea06079c3ca795c7d3ff3a0c29c1990d4c6f6 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 1 Feb 2026 17:44:29 +0100 Subject: [PATCH] mangowc: update --- .../mangowc/{mangowc_0.10.10.bb => mangowc_0.12.0.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename recipes-wlroots/mangowc/{mangowc_0.10.10.bb => mangowc_0.12.0.bb} (70%) diff --git a/recipes-wlroots/mangowc/mangowc_0.10.10.bb b/recipes-wlroots/mangowc/mangowc_0.12.0.bb similarity index 70% rename from recipes-wlroots/mangowc/mangowc_0.10.10.bb rename to recipes-wlroots/mangowc/mangowc_0.12.0.bb index 188bead..1431803 100644 --- a/recipes-wlroots/mangowc/mangowc_0.10.10.bb +++ b/recipes-wlroots/mangowc/mangowc_0.12.0.bb @@ -18,15 +18,15 @@ DEPENDS = " \ hwdata \ seatd \ pcre2 \ - xwayland \ - libxcb \ - xcb-util-wm \ wlroots-0.19 \ scenefx \ " inherit meson pkgconfig -SRCREV = "775931a4e1dc12779b67ed9561433e0715b59ba4" +SRCREV = "5172444e08b2c2be24bef0b5ccff2d2367332118" + +PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland libxcb xcbutil-wm" +PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xwayland', '', d)}" FILES:${PN} += "${datadir}/wayland-sessions/mango.desktop"