summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-23 16:55:59 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2013-10-23 16:55:59 +0200
commit96b28e953de4363736e3dfccbedbf93e9fe70b6c (patch)
treeadd921e600fa5776ee8eb3c3ea562dcc884829ef /README
parent972ec107cf7a69c32752bab3076af1275239d317 (diff)
tsm: remove and depend on libtsm
TSM was extracted from kmscon sources so it can more easily be used by other emulators. It is available at: http://cgit.freedesktop.org/~dvdhrm/libtsm Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7aad582..a3cdb09 100644
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ Website:
== Requirements ==
Kmscon requires the following software:
+ - libtsm: terminal emulator state machine
- libudev: providing input, video, etc. device hotplug support (>=v172)
- libxkbcommon: providing internationalized keyboard handling
@@ -93,7 +94,6 @@ Released tarballs can be found at:
on the command line:
--enable-kmscon: Build kmscon application [default: on]
--enable-eloop: Build eloop event loop library [default: off]
- --enable-tsm: Build TSM terminal state-machine library [default: off]
--enable-uterm: Build uterm library [default: off]
--enable-uvt: Build UVT library [default: off]