Contents
$XORG_PREFIX/share/X11/xkb
The XKeyboardConfig package contains the keyboard configuration database for the X Window System.
![[Note]](../images/note.png)
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.40.tar.xz
Download MD5 sum: 11c8d0ed0f7b604dc5757b7fa1e908d3
Download size: 876 KB
Estimated disk space required: 20 MB
Estimated build time: less than 0.1 SBU
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.
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