kwin: remove libxcb build dependency (KWin built with -DKWIN_BUILD_X11=OFF)

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 <xcb/xcb_cursor.h>. The libxcb
dep was leftover from a full X11+KWin build and is not required for
the Red Bear Wayland-only compositor path.
This commit is contained in:
2026-06-09 05:32:01 +03:00
parent b7ec7f42e7
commit 964546790a
-1
View File
@@ -49,7 +49,6 @@ dependencies = [
"libxkbcommon",
"libinput",
"libudev-stub",
"libxcb",
]
script = """
DYNAMIC_INIT