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.3 platform.
Download (HTTP): https://downloads.sourceforge.net/linuxwacom/libwacom-0.29.tar.bz2
Download MD5 sum: 3a6b614b57518b25a102dcd9e51d6681
Download size: 484 KB
Estimated disk space required: 5.5 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
git-2.18.0, GTK+-2.24.32, and librsvg-2.42.2
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 2018-08-30 07:15:13 -0700