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.
This commit is contained in:
2026-07-09 15:29:20 +03:00
parent 74bdc1bc80
commit 048a4eaa3b
+2 -2
View File
@@ -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 = {}