summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 10:24:31 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 10:24:31 +0100
commit35fbe621e413c8cbb5c7787e706e3e973d67da0a (patch)
tree1024fa4c6c741f9f1e99c84cb922384514ee1d0d /README
parent6ef8db0790b0e9d79feab34d89b0b50896ec5be3 (diff)
build: link eloop statically
We don't want to export libeloop so link it statically. Avoid installing into into the system. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index 3b3f746..57e4259 100644
--- a/README
+++ b/README
@@ -63,7 +63,6 @@ Released tarballs can be found at:
currently mandatory and cannot be disabled. [default: on]
--enable-debug: Enable debug mode/messages [default: on]
--enable-optimizations: Enable code optimizations [default: on]
- --enable-eloop-dbus: Build dbus extension for eloop library [default: off]
Backends for several subsystems in kmscon can be selected with the following
options (all of them take a comma-separated list of backend names):
@@ -91,8 +90,6 @@ Released tarballs can be found at:
dependency-checks fail, they are disabled by default unless explicitly enabled
on the command line:
--enable-kmscon: Build kmscon application [default: on]
- --enable-eloop: Build eloop event loop library [default: off]
- --enable-uterm: Build uterm library [default: off]
== Running ==