libwacom-0.6.1

Introduction to libwacom

The libwacom package contains a library used to identify wacom tablets and their model-specific features.

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

Package Information

libwacom Dependencies

Required

udev-Installed LFS Version or udev-extras (from systemd) (for GUdev)

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

Installation of libwacom

Install libwacom by running the following commands:

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

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

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

Contents

Installed Program: libwacom-list-local-devices
Installed Library: libwacom.so
Installed Directories: /usr/include/libwacom-1.0 and /usr/share/libwacom

Short Descriptions

libwacom.so

contains functions used for accessing Wacom information.

Last updated on 2013-02-11 18:51:17 +0000