The XKeyboardConfig package contains the keyboard configuration database for the X Window System.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.46.tar.xz
Download SHA256 Sum: 10c58218fb60d08fb1f7b30304deb3ba47613195aa8a08a81f1972775ccc3640
Download MD5 sum: ca851f0e5bc0f52f2fb4629babc344c1
Download size: 9,039.2 KB
Estimated disk space required: 17,945.9 KB
Estimated build time: less than 0.1 SBU
libxkbcommon-1.13.0, "pytest", and Xorg7 Applications
Prepare XKeyboardConfig by running the following commands:
meson setup build --prefix=/usr --buildtype=release
ninja -C build
Two tests. test_compat_layout[mapping39-base] and test_compat_layout[mapping39-evdev], are known to fail. To test the results, issue:
ninja -C build test
![[Important]](../images/important.png)
If upgrading from version 2.44 or earlier, the installation will
fail if some files are not symbolic links. To fix this, run as
the root user:
if [ -d /usr/share/X11/xkb ]; then rm -rf /usr/share/X11/xkb rm -f /usr/share/man/man7/xkeyboard-config.7 rm -f /usr/share/pkgconfig/xkeyboard-config.pc fi
Now Install, as the root user:
ninja -C build install