Files
RedBear-OS/config
vasilito f87a26de38 libxkbcommon: enable xkbregistry for plasma-desktop
plasma-desktop requires it unconditionally:
  CMakeLists.txt:244  pkg_check_modules(XKBREGISTRY xkbregistry REQUIRED ...)
and configure aborted with "The following required packages were not found:
- xkbregistry". The recipe had -Denable-xkbregistry=false.

xkbregistry provides the keyboard-layout registry the keyboard KCM reads, so
this restores a real feature rather than routing around one. Its dependency,
libxml2, was already in the tree (recipes/libs/libxml2) and is now declared and
added to the config.

-Denable-x11 is deliberately left false for now: it is a separate switch, not
required by this failure, and turning it on alongside would blur which change
fixed what if the rebuild misbehaves.
2026-08-05 01:08:16 +03:00
..