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-7.6 systemd platform.
Download (HTTP): http://xkbcommon.org/download/libxkbcommon-0.4.3.tar.xz
Download MD5 sum: 26c57ff21438ed45de2a4ca609177db9
Download size: 544 KB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libxkbcommon
Install libxkbcommon by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libxkbcommon-0.4.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.11 and don't need the libxkbcommon-x11.so
library.
Last updated on 2014-08-23 09:15:33 -0700