diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-07-14 14:00:23 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-07-14 14:00:23 +0200 |
commit | 2ca0c915a74ba336deeb141538ca16a7dbdc95b9 (patch) | |
tree | 676c1046f1fc5bd6693590dd4a4da4df9e60afd9 /COPYING | |
parent | e1095b5ef2c3e4dd6452fca5accdf39385a0de15 (diff) |
Add optional dbus support
As we might need dbus for inter-process-communication later, this adds a
very rudimentary dbus client integration for epoll-based loops.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,12 @@ licensed under the conditions of the LGPL-2.1 or later as published by the FSF: Author: Rusty Russel <rusty@rustcorp.com.au> +The dbus-loop code that allows using dbus in epoll loops easily is copied from +the systemd-distribution and licensed under the conditions of the LGPL-2.1 or +later as published by the FSF. It applies to external/dbus-loop.* + + Copyright 2011 Lennart Poettering + The vt.c source file is based on the VT handling of the wayland demo compositor: |