From 048a4eaa3bb1a6bcf33dd1315f05cb5fc6194ad5 Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 9 Jul 2026 15:29:20 +0300 Subject: [PATCH] config: enable libxkbcommon + xkeyboard-config (was ignored) Both were set to 'ignore' with comment 'build needed'. libxkbcommon provides keyboard handling for Wayland compositor. xkeyboard-config provides keyboard layout definitions. Without these, Wayland clients (KWin, Qt6 apps) cannot process keyboard input. Changed from 'ignore' to '{}' to enable building. This is required for keyboard input in the graphical desktop. --- config/redbear-full.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 30986e5ae0..2a93a6ccb3 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -110,8 +110,8 @@ libdrm = {} # X11 protocol headers (needed by libxau, libxkbcommon, etc.) x11proto = {} -libxkbcommon = "ignore" -xkeyboard-config = "ignore" +libxkbcommon = {} +xkeyboard-config = {} libwayland = {} wayland-protocols = {}