diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-10-29 10:24:31 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-10-29 10:24:31 +0100 |
commit | 35fbe621e413c8cbb5c7787e706e3e973d67da0a (patch) | |
tree | 1024fa4c6c741f9f1e99c84cb922384514ee1d0d /README | |
parent | 6ef8db0790b0e9d79feab34d89b0b50896ec5be3 (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-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 == |