The XKeyboardConfig package contains the keyboard configuration database for the X Window System.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.12.tar.bz2
Download (FTP): ftp://ftp.x.org/pub/individual/data/xkeyboard-config/xkeyboard-config-2.12.tar.bz2
Download MD5 sum: 1fd54ceb9092d1dbcaabaf03653092bc
Download size: 916 KB
Estimated disk space required: 19 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xkeyboard-config
Install XKeyboardConfig by running the following commands:
./configure --prefix=/usr \ --disable-runtime-deps \ --with-xkb-rules-symlink=xorg && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-runtime-deps
:
This switch disables checking for Xorg Protocol Headers which are
only required for Xorg at runtime.
--with-xkb-rules-symlink=xorg
: By
default, the XKB rules installed are named "base". This creates
symlinks named "xorg" to those rules, which is the default name
used by Xorg.
Last updated on 2014-08-23 08:05:43 -0700