diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2013-07-02 09:28:02 +0800 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-27 16:37:04 +0000 |
commit | 726b28a03eddc999e447310b0b4499a6621588ad (patch) | |
tree | 81b8798625b5ed7590d066d93df8f984bfd36427 | |
parent | 08e8ff0f3a8b87e42b2313ed4abc9bb2a317f118 (diff) | |
download | dbus-726b28a03eddc999e447310b0b4499a6621588ad.tar.gz |
cmake: update README.cmake a bit
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66453
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
-rw-r--r-- | README.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake index 4932e66b..c3c6a170 100644 --- a/README.cmake +++ b/README.cmake @@ -156,6 +156,18 @@ HAVE_CONSOLE_OWNER_FILE:BOOL=ON // Directory to check for console ownership DBUS_CONSOLE_OWNER_FILE:STRING=/dev/console +// Linux only: +// enable inotify as dir watch backend +DBUS_BUS_ENABLE_INOTIFY:BOOL=ON + +*BSD only: +// enable kqueue as dir watch backend +DBUS_BUS_ENABLE_KQUEUE:BOOL=ON + +not available on windows: +// enable abstract socket transport +DBUS_ENABLE_ABSTRACT_SOCKETS:BOOL=ON + x11 only: // Build with X11 auto launch support DBUS_BUILD_X11:BOOL=ON |