libwacom-0.26

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

Package Information

libwacom Dependencies

Required

libgudev-231

Recommended

Optional

git-2.14.1, GTK+-2.24.31, and librsvg-2.40.18

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 Programs: libwacom-list-local-devices
Installed Libraries: 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 2017-08-26 18:53:46 -0700