diff options
author | Jakob Kaivo <jakob@kaivo.net> | 2016-10-01 17:47:36 -0400 |
---|---|---|
committer | Jakob Kaivo <jakob@kaivo.net> | 2016-10-01 17:47:36 -0400 |
commit | 1b8917be4383c6ec148964eb11208489045647bf (patch) | |
tree | 9a8ef605b1fbea606f55bf5f078cc9d1f9329669 | |
parent | fa12f62dc3a16cb2b1869e57c3a417cf0fa7c6bb (diff) |
update to remove xsetwacom dependency, add Xi dependency
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -6,13 +6,12 @@ which point rotation is enabled. When the computer is in laptop mode, rotation doesn't occur. It also honors pressing the screen orientation lock button on the side of the Yoga. -It currently has hacks calling external programs to rotate the touchscreen -input and Wacom digitizer to match the orientation of the screen. A future -release will do these operations directly from the C code, removing the -external dependencies on xinput and xsetwacom. +It currently has a hack calling xinput to rotate the touchscreen input to match +the screen orientation. A future release will do this operations directly from +the C code, removing the external dependencies on xinput. -This program requires libXrandr to compile to and run. On Debian, you can -install this with "sudo apt install -y libxrand-dev". +This program requires libXrandr and libXi to compile to and run. On Debian, +you can install this with "sudo apt install -y libxrand-dev libxi-dev". This is a very early version and is bound to have bugs. Bug reports are welcome on GitHub. |