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-10.0 platform.
Download (HTTP): https://github.com/linuxwacom/libwacom/releases/download/libwacom-1.4.1/libwacom-1.4.1.tar.bz2
Download MD5 sum: d08b4d764401659f8687357193401f31
Download size: 504 KB
Estimated disk space required: 9.2 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
Doxygen-1.8.19, git-2.28.0, GTK+-2.24.32, and librsvg-2.48.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libwacom
Install libwacom by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dudev-dir=/lib/udev .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Dudev-dir=/lib/udev
: This
parameter sets the proper installation directory for udev rules.
Last updated on 2020-08-16 21:26:53 -0700