libgnomekbd-3.4.0.2

Introduction to libgnomekbd

The libgnomekbd package contains xkb hooks used by the GNOME Desktop.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

libgnomekbd Dependencies

Required

Gtk+-3.4.3, intltool-0.50.0 and libxklavier-5.2.1

Recommended

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnomekbd

Installation of libgnomekbd

Install libgnomekbd by running the following commands:

./configure --prefix=/usr --disable-static &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Program: gkbd-keyboard-display
Installed Libraries: libgnomekbd.so and libgnomekbdui.so
Installed Directories: /usr/include/libgnomekbd and /usr/share/libgnomekbd

Short Descriptions

libgnomekbd{,ui}.so

contain the X keyboard API functions used to support xkb on the GNOME Desktop.

Last updated on 2012-05-16 16:39:28 +0000