libwacom-0.29

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

Package Information

libwacom Dependencies

Required

libgudev-233

Recommended

Optional

git-2.25.0, GTK+-2.24.32, and librsvg-2.46.4

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 2020-02-16 18:46:23 -0800