From 964546790a024c097d2ad8494f199b36c8eb2618 Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Tue, 9 Jun 2026 05:32:01 +0300 Subject: [PATCH] kwin: remove libxcb build dependency (KWin built with -DKWIN_BUILD_X11=OFF) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libxcb is in recipes/wip/x11/ which is not safe upstream ownership for Red Bear shipping decisions. KWin on Wayland does not need X11 — the recipe already builds with -DKWIN_BUILD_X11=OFF -DKWIN_BUILD_X11_BACKEND=OFF and the build script removes #include . The libxcb dep was leftover from a full X11+KWin build and is not required for the Red Bear Wayland-only compositor path. --- local/recipes/kde/kwin/recipe.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/local/recipes/kde/kwin/recipe.toml b/local/recipes/kde/kwin/recipe.toml index 441b60b70f..8f7c901a6a 100644 --- a/local/recipes/kde/kwin/recipe.toml +++ b/local/recipes/kde/kwin/recipe.toml @@ -49,7 +49,6 @@ dependencies = [ "libxkbcommon", "libinput", "libudev-stub", - "libxcb", ] script = """ DYNAMIC_INIT