Contents
$XORG_PREFIX
/share/X11/xkb
The XKeyboardConfig package contains the keyboard configuration database for the X Window System.
Install XKeyboardConfig by running the following commands:
mkdir build && cd build && meson setup --prefix=$XORG_PREFIX --buildtype=release .. && ninja
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