diff options
author | Jakob Kaivo <jakob@kaivo.net> | 2016-10-01 18:17:59 -0400 |
---|---|---|
committer | Jakob Kaivo <jakob@kaivo.net> | 2016-10-01 18:17:59 -0400 |
commit | be70f2551da57ee80b5cf7ea303384bf1774ffae (patch) | |
tree | 77fb9f81ce52add0949ee4598c48e31ec9d4c57c | |
parent | 14dbaa8c5f987efdb00a69eab176d121b2b1917a (diff) |
remove notice about depending on xinput, since it doesn't anymore
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,10 +6,6 @@ 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 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 and libXi to compile to and run. On Debian, you can install this with "sudo apt install -y libxrand-dev libxi-dev". |