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.
Download (HTTP): http://downloads.sourceforge.net/linuxwacom/libwacom-0.6.tar.bz2
Download MD5 sum: b1193c0e1e5400b2f1c97cf8fbee3ff3
Download size: 372 KB
Estimated disk space required: 4.2 MB
Estimated build time: less than 0.1 SBU
udev-Installed LFS Version or udev-extras (from systemd) (for GUdev)
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 2013-02-11 18:51:17 +0000