diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-10-29 10:36:07 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-10-29 10:36:07 +0100 |
commit | fc627a94e4a1f9f7f4ad90f27149e4a0e31296c4 (patch) | |
tree | 7bde5c610c948891d18eb0e26aba56f7998b54c0 /README | |
parent | 35fbe621e413c8cbb5c7787e706e3e973d67da0a (diff) |
build: enable kmscon unconditionally
We removed all additional libraries/applications so we can now always
enable building kmscon. This also means we can remove a bunch of old now
unused options and flags.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -13,6 +13,8 @@ Website: - libtsm: terminal emulator state machine - libudev: providing input, video, etc. device hotplug support (>=v172) - libxkbcommon: providing internationalized keyboard handling + - libdrm: graphics access to DRM/KMS subsystem + - linux-headers: linux kernel headers for ABI definitions Everything else is optional: @@ -59,8 +61,6 @@ Released tarballs can be found at: explicitly enable it via command line: --enable-multi-seat: This requires the systemd-logind library to provide multi-seat support for kmscon. [default: on] - --enable-hotplug: This requires libudev for hotplugging support. This is - currently mandatory and cannot be disabled. [default: on] --enable-debug: Enable debug mode/messages [default: on] --enable-optimizations: Enable code optimizations [default: on] @@ -86,11 +86,6 @@ Released tarballs can be found at: - dummy: Dummy fallback session - terminal: Terminal-emulator sessions - The following options select which applications are built. If - dependency-checks fail, they are disabled by default unless explicitly enabled - on the command line: - --enable-kmscon: Build kmscon application [default: on] - == Running == To get usage information, run: |