summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index fddd4d5..723c037 100644
--- a/README.md
+++ b/README.md
@@ -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".