blob: 4862112abc48f3c5e5b33ecd3b8cbefd7156503f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Patches for `libwacom` to support Microsoft Surface Devices
Patches to support Microsoft Surface Devices with `libwacom` and respective Arch Linux package.
This package is basically Geoff Holden's [fork][libwacom-geoffholden] of [`libwacom`][libwacom] in patch-form with a `PKGBUILD` for Arch Linux.
## Instructions
### Arch Linux
Simply use the provided `PKGBUILD`, i.e. clone this repository and then, inside this source directory, run
```shell
makepkg -si
```
Note: This package replaces the core `libwacom` package.
### Manual installation
Download [`libwacom`][libwacom], apply the patches, and compile.
[libwacom]: https://github.com/linuxwacom/libwacom
[libwacom-geoffholden]: https://github.com/geoffholden/libwacom
|