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.6 systemd platform.
Download (HTTP): http://downloads.sourceforge.net/linuxwacom/libwacom-0.10.tar.bz2
Download MD5 sum: 092b816687ed5ede62421573a89332a5
Download size: 408 KB
Estimated disk space required: 5.6 MB
Estimated build time: less than 0.1 SBU
Systemd (for GUdev)
GTK+-2.24.24 and librsvg-2.40.3
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 2014-08-25 18:22:00 -0700