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.0 platform.
Download (HTTP): http://downloads.sourceforge.net/linuxwacom/libwacom/libwacom-0.24.tar.bz2
Download MD5 sum: c9ac71bc1e37cf7159c46f507fef9fce
Download size: 480 KB
Estimated disk space required: 6.3 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
GTK+-2.24.31 and librsvg-2.40.16
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2017-02-18 18:55:24 -0800