XKeyboardConfig-2.12

Introduction to XKeyboardConfig

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.

Package Information

XKeyboardConfig Dependencies

Required

libxslt-1.1.28

Optional

Xorg Protocol Headers

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xkeyboard-config

Installation of XKeyboardConfig

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

Command Explanations

--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.

Contents

Installed Programs: None
Installed Libraries: None
Installed Directory: /usr/share/X11/xkb

Last updated on 2014-08-23 08:05:43 -0700