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-8.4 platform.
Download (HTTP): https://xkbcommon.org/download/libxkbcommon-0.8.3.tar.xz
Download MD5 sum: 8225a206e00c4146d2e06f5e688b28e7
Download size: 632 KB
Estimated disk space required: 39 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
libxcb-1.13.1 and Wayland-1.16.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libxkbcommon
Install libxkbcommon by running the following commands:
./configure $XORG_CONFIG     \
            --docdir=/usr/share/doc/libxkbcommon-0.8.3 &&
make
        To test the results, issue: make check.
          Now, as the root user:
        
make install
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
          --disable-x11: Use this switch if you
          have not installed libxcb-1.13.1 and don't need the libxkbcommon-x11.so library.
        
Last updated on 2019-02-15 13:01:29 -0800