The XKeyboard-Config package contains the keyboard configuration database for the X Window System.
Install XKeyboard-Config by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
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, as the root
user:
ninja install
Undersøk meson_options.txt
eller
meson.options
for en fullstendig
liste over alternativer.
--buildtype=release
:
Spesifiser en byggetype som er egnet for stabile utgivelser av
pakken, da standardtypen kan produsere uoptimaliserte binærfiler.