Contents
$XORG_PREFIX/share/X11/xkb
The XKeyboardConfig package contains the keyboard configuration database for the X Window System.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://www.x.org/pub/individual/data/xkeyboard-config/xkeyboard-config-2.47.tar.xz
Download MD5 sum: 01e92dfd1af2ac2cc2c808f0811d8f0c
Download size: 912 KB
Estimated disk space required: 35 MB
Estimated build time: 0.1 SBU (with tests)
libxkbcommon-1.13.1, pytest-9.0.2 with optionally xdist (speeds up the tests), and Xorg Applications
Install XKeyboardConfig by running the following commands:
mkdir build && cd build && meson setup --prefix=$XORG_PREFIX --buildtype=release .. && ninja
To test the results, issue: ninja test.
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 $XORG_PREFIX/share/X11/xkb ]; then rm -rf $XORG_PREFIX/share/X11/xkb rm -f $XORG_PREFIX/share/man/man7/xkeyboard-config.7 rm -f $XORG_PREFIX/share/pkgconfig/xkeyboard-config.pc fi
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
$XORG_PREFIX/share/X11/xkb