libxkbcommon is a keymap compiler and support library which processes a reduced subset of keymaps as defined by the XKB specification.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): https://xkbcommon.org/download/libxkbcommon-0.10.0.tar.xz
Download MD5 sum: 2d9ad3a46b317138b5e72a91cf105451
Download size: 376 KB
Estimated disk space required: 25 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
libxcb-1.14 and Wayland-1.18.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libxkbcommon
Install libxkbcommon by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Denable-docs=false .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Denable-docs=false
: This
switch disables documentation generation. Remove it if Doxygen-1.8.19 is installed.
mv -v /usr/share/doc/libxkbcommon{,-0.10.0}: If you removed -Denable-docs=false, use this command to install the documentation in a versioned directory.
Last updated on 2020-08-17 21:24:30 -0700