The libxklavier package contains a utility library for X keyboard.
This package is known to build using an LFS 7.0 platform but has not been tested.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libxklavier/5.1/libxklavier-5.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libxklavier/5.1/libxklavier-5.1.tar.bz2
Download MD5 sum: cbc2a760827c20aef61eb7b18a6ce598
Download size: 339 KB
Estimated disk space required: 10 MB
Estimated build time: less than 0.1 SBU
GLib-2.30.2, Xorg Libraries, libxml2-2.7.8, and ISO Codes-3.30
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libxklavier
Install libxklavier by running the following commands:
sed -i '/^GLIB_GENMARSHAL/s/$PKG_CONFIG/\@PKG_CONFIG\@/' \
libxklavier/Makefile.in
&&
./configure --prefix=/usr &&
make
This package does not come with a test suite.
Now, as the root user:
make install
sed -i
'/^GLIB_GENMARSHAL/s/$PKG_CONFIG/\@PKG_CONFIG\@/'... :
This fixes a build failure 'KG_CONFIG command not found'.
--with-xkb-base=$XORG_PREFIX/share/X11/xkb: Use
this parameter if the $XORG_PREFIX is anything other than
/usr.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-02-09 15:13:42 +0000