diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-10-23 16:55:59 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-10-23 16:55:59 +0200 |
commit | 96b28e953de4363736e3dfccbedbf93e9fe70b6c (patch) | |
tree | add921e600fa5776ee8eb3c3ea562dcc884829ef /README | |
parent | 972ec107cf7a69c32752bab3076af1275239d317 (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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |